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
Improve GitHub workflow job names for better clarity (#633)
- Change Julia job names from 'Test (os, julia version)' to 'Test Julia (version, os)'
- Change Python job names from 'Test (os, python version)' to 'Test Python (version, os)'
- Simplify Python version matrix from '>=3.8' to '3' for cleaner job names
- Update nightly test job names similarly
This makes it easier to quickly identify which language and version is being tested.
Co-authored-by: Christopher Doris <github.com/cjdoris>
0 commit comments