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 5d0c165 commit 62f3a68Copy full SHA for 62f3a68
.github/workflows/ci.yaml
@@ -140,7 +140,7 @@ jobs:
140
merge-multiple: true
141
142
- name: Set up Python
143
- uses: actions/[email protected].2
+ uses: actions/[email protected].0
144
with:
145
# Appending -dev ensures that we can always build the dev release.
146
# It's a no-op for versions that have been published.
@@ -212,7 +212,7 @@ jobs:
212
python -m testbed run -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes
213
214
crossenv-test:
215
- name: Cross-platform env test (${{ matrix.platform }})
+ name: Cross-platform env test (${{ matrix.multiarch }})
216
runs-on: macOS-latest
217
needs: [ config, build ]
218
strategy:
0 commit comments