Commit 4c201f3
committed
Pin OS and Python versions in
CI was broken because `ubuntu-latest` changed from Ubuntu 22.04 to
24.04, and the latter doesn't have Python 3.7. I pinned to using Ubuntu
22.04 so we can continue using Python 3.7.
In addition, I pinned to the specific Python 3.7 patch release to limit
possible breakage.test-pr.yml
1 parent 75bd6a0 commit 4c201f3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments