Skip to content

Commit

Permalink
tmp: Run test_registration.py on one core
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 27, 2025
1 parent 73c313f commit b7d9092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Run tox
run: |
export PATH=$ANTSPATH:$PATH
tox -v --exit-and-dump-after 1200
tox -v --exit-and-dump-after 1200 -- test/test_registration.py -n 0
- uses: codecov/codecov-action@v4
if: ${{ always() }}
with:
Expand Down

0 comments on commit b7d9092

Please sign in to comment.