Commit d8a1463
committed
Fix: Update GitHub Actions workflow for Python testing
- I updated actions/checkout to v4 and actions/setup-python to v5.
- I modified CI to install tox and run tests using 'tox -e py'.
- This change aims to resolve issues with Python version availability in the CI environment, particularly for Python 3.8.
- The Python version matrix in the CI ('3.8', '3.9', '3.10', '3.11', '3.12') remains aligned with tox.ini.1 parent f279dcb commit d8a1463
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | | - | |
35 | | - | |
| 33 | + | |
0 commit comments