Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit6b54890
committed
Test changed setup, and Python 3.12, on CI
Key changes:- Update the two CI workflows to install the project and its dependencies in accordance with the changed recommendations in README.md. (This is to test that those recommendations work, which the changed test_installation test case partially but not completely tests. The old approach to installation still works too, so this change on CI is not required to keep CI working.)- Add Python 3.12 to the CI test matrix in pythonpackage.yml, testing it on Ubuntu. (The Cygwin workflow still tests only 3.9.)Maintenance changes, made to avoid decreasing readability with theother changes (and hopefully even increase it somewhat):- Separate commands into more steps, grouping them by more specific purposes.- Decrease the ways the two workflows differ from each other that do not represent actual intended behavioral differences. This is to make the important differences easier to stop, and to make it easier to determine when the same change has or has not been made to both workflows.1 parent21c5f87 commit6b54890
2 files changed
+70
-19
lines changedLines changed: 32 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
| |
| 22 | + | |
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
| 26 | + | |
22 | 27 |
| |
23 | 28 |
| |
24 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
25 | 37 |
| |
26 |
| - | |
27 | 38 |
| |
28 | 39 |
| |
29 |
| - | |
30 |
| - | |
| 40 | + | |
| 41 | + | |
31 | 42 |
| |
32 | 43 |
| |
33 |
| - | |
34 |
| - | |
| 44 | + | |
35 | 45 |
| |
36 | 46 |
| |
37 |
| - | |
38 |
| - | |
39 | 47 |
| |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 |
| |
41 | 54 |
| |
42 | 55 |
| |
43 | 56 |
| |
44 | 57 |
| |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
45 | 69 |
| |
46 |
| - | |
47 | 70 |
| |
| 71 | + | |
48 | 72 |
| |
49 |
| - | |
|
Lines changed: 38 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
22 | 26 |
| |
23 | 27 |
| |
| 28 | + | |
24 | 29 |
| |
25 | 30 |
| |
26 | 31 |
| |
27 | 32 |
| |
28 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
29 | 42 |
| |
30 | 43 |
| |
31 | 44 |
| |
32 |
| - | |
33 |
| - | |
34 | 45 |
| |
35 | 46 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 | 47 |
| |
40 | 48 |
| |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
41 | 53 |
| |
42 | 54 |
| |
43 | 55 |
| |
44 | 56 |
| |
45 | 57 |
| |
46 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
47 | 75 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 | 76 |
| |
52 | 77 |
| |
53 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
54 | 82 |
| |
55 | 83 |
| |
56 | 84 |
| |
|
0 commit comments
Comments
(0)