Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored May 11, 2023
1 parent f0d49e6 commit 72c4a9d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,22 @@ jobs:
session: ${{ steps.set-matrix.outputs.session }}
steps:
- uses: actions/checkout@v3
- uses: wntrblm/[email protected]
- uses: actions/setup-python@v4
with:
python-version: |
3.7
3.8
3.9
3.10
3.11
pypy3.7
pypy3.8
pypy3.9
- id: set-matrix
run: echo session=$(nox --json -l | jq -c '[.[].session]') | tee --append $GITHUB_OUTPUT

checks:
name: Session ${{ matrix.session }} on ${{ matrix.runs-on }}
name: ${{ matrix.session }} on ${{ matrix.runs-on }}
needs: [generate-jobs]
runs-on: ${{ matrix.runs-on }}
strategy:
Expand Down

0 comments on commit 72c4a9d

Please sign in to comment.