Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithasaurus committed Nov 18, 2024
1 parent 1aac4ee commit 7122d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: matrix.python-version == 3.10
run: poetry run pytest --ignore tests/test_311_plus.py
- name: run 3.11/3.12/3.13 tests
if: matrix.python-version == 3.11 || matrix.python-version == 3.12 || matric.python-version == 3.13
if: matrix.python-version == 3.11 || matrix.python-version == 3.12 || matrix.python-version == 3.13
run: poetry run pytest --ignore tests/test_311_plus.py
- name: run all examples
if: matrix.python-version == 3.10
Expand Down

0 comments on commit 7122d2e

Please sign in to comment.