Skip to content

Commit 72c4a9d

Browse files
authored
Update ci.yml
1 parent f0d49e6 commit 72c4a9d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,22 @@ jobs:
2121
session: ${{ steps.set-matrix.outputs.session }}
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: wntrblm/nox@2023.04.22
24+
- uses: actions/setup-python@v4
25+
with:
26+
python-version: |
27+
3.7
28+
3.8
29+
3.9
30+
3.10
31+
3.11
32+
pypy3.7
33+
pypy3.8
34+
pypy3.9
2535
- id: set-matrix
2636
run: echo session=$(nox --json -l | jq -c '[.[].session]') | tee --append $GITHUB_OUTPUT
2737

2838
checks:
29-
name: Session ${{ matrix.session }} on ${{ matrix.runs-on }}
39+
name: ${{ matrix.session }} on ${{ matrix.runs-on }}
3040
needs: [generate-jobs]
3141
runs-on: ${{ matrix.runs-on }}
3242
strategy:

0 commit comments

Comments
 (0)