Commit a3e96f8
authored
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>1 parent 752534b commit a3e96f8
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments