We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a19f71 commit 56fa9f8Copy full SHA for 56fa9f8
.github/workflows/ci-tests.yml
@@ -88,8 +88,8 @@ jobs:
88
step: [lintreadme, shellcheck, pydocstyle]
89
90
env:
91
- py-semver: 3.9
92
- TOXENV: ${{ format('py39-{0}', matrix.step) }}
+ py-semver: "3.10"
+ TOXENV: ${{ format('py310-{0}', matrix.step) }}
93
94
steps:
95
- uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
171
- name: Set up Python
172
uses: actions/setup-python@v2
173
with:
174
- python-version: 3.9
+ python-version: "3.10" # quoted, otherwise that turns into the number 3.1
175
176
- name: Give the test runner user a name to make provenance happy.
177
run: sudo usermod -c 'CI Runner' $(whoami)
0 commit comments