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 7f4d62b commit 303f07fCopy full SHA for 303f07f
.github/workflows/ci.yaml
@@ -336,7 +336,7 @@ jobs:
336
timeout-minutes: 10
337
strategy:
338
matrix:
339
- python-version: ["pypy-3.6"]
+ python-version: ["pypy-3.6", "pypy-3.7"]
340
outputs:
341
python-key: ${{ steps.generate-python-key.outputs.key }}
342
steps:
@@ -381,7 +381,7 @@ jobs:
381
382
fail-fast: false
383
384
385
386
- name: Check out code from GitHub
387
uses: actions/[email protected]
0 commit comments