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.
2 parents c1ca174 + 0bfa170 commit e67694eCopy full SHA for e67694e
.github/workflows/ci.yml
@@ -220,7 +220,7 @@ jobs:
220
echo "::add-matcher::.github/local-problem-matchers.json"
221
- name: Set up ${{ matrix.python.name }}
222
if: ${{ job.container == '' }}
223
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
224
with:
225
# This allows the matrix to specify just the major.minor version while still
226
# expanding it to get the latest patch version including alpha releases.
@@ -276,7 +276,7 @@ jobs:
276
steps:
277
- uses: actions/checkout@v2
278
- name: Set up Python ${{ matrix.python.dotted }}
279
280
281
python-version: ${{ matrix.python.dotted }}
282
architecture: x64
0 commit comments