You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is considerable duplication of YAML code between the pytest.yml and windows.yml workflows.
With #4512 the splitting of tests across jobs is cleaned up. Exactly this new matrix definition should be refactored into a YAML anchor such that the Windows job from windows.yml can be migrated into pytest.yml and also run all the tests.
I would add the "beginner friendly" label, but I find YAML so unbelievably hard to work with that it wouldn't be fair.
The text was updated successfully, but these errors were encountered:
There is considerable duplication of YAML code between the
pytest.yml
andwindows.yml
workflows.With #4512 the splitting of tests across jobs is cleaned up. Exactly this new matrix definition should be refactored into a YAML anchor such that the Windows job from
windows.yml
can be migrated intopytest.yml
and also run all the tests.I would add the "beginner friendly" label, but I find YAML so unbelievably hard to work with that it wouldn't be fair.
The text was updated successfully, but these errors were encountered: