Skip to content

Commit

Permalink
test.yml -> undo temporary change for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Aug 29, 2024
1 parent 06ad867 commit 8126bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: test
run: |
python -m pytest -rA
python -m pytest
tests_arm64:
strategy:
Expand All @@ -43,4 +43,4 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: test
run: |
python -m pytest -rA
python -m pytest

0 comments on commit 8126bd9

Please sign in to comment.