Commit 7d01c54
committed
Use Python 3.8.6 in CI and Docker container
The `actions/setup-python` action used to install Python for use in the CI workflows no longer offers Python 3.8.5,
which caused the CI to fail.
The action should use the same version of Python it's tested with, so I have also updated the action's Docker image to
`python:3.8.6`.1 parent 6b3c07d commit 7d01c54
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments