Skip to content

Commit

Permalink
fixed workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ylyangtw committed Nov 17, 2023
1 parent 92c5a0f commit 90401e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
vars: [ { python-version: '3.9', sleep: '0s' }, { python-version: '3.10', sleep: '60s' } ]
vars: [ { python-version: '3.9', sleep: '0s' }, { python-version: '3.10', sleep: '60s' },
{ python-version: '3.11', sleep: '120s' }, { python-version: '3.12', sleep: '180s' } ]
name: Python ${{ matrix.vars.python-version }} Test
steps:
Expand Down

0 comments on commit 90401e7

Please sign in to comment.