crickets-and-comb/shared

Make build matrix parametrizable from calling workflow.

Open

#33 ouverte le 22 mars 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Makefile (0 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (2 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

The CI.yml reusable workflow builds on a matrix of OS and Python versions, which are hardcoded. This means that we had to create a copy, CI_win.yml, with a different hardcoded OS matrix in order to run a Windows build for one consuming repo. Also, if we wanted to change the Python support window for a given repo without changing it for others, we'd need to make another copy with a different Python matrix.

It would be great to figure out how simply pass in the matrix lists from the consuming workflow. We could hardcode a default if we wanted.

Guide contributeur