Skip to content

Commit

Permalink
test: try just two workers
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 30, 2025
1 parent 2efb210 commit 00dc5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# rs=""
# fi
pytest -v --durations=0 \
-n 3 --dist loadscope \
-n 2 --dist loadscope \
-k "not test_fpack"
pytest -v --durations=0 -k "test_fpack"
# --splits=2 --group=${{ matrix.group }} --splitting-algorithm least_duration \
Expand Down

0 comments on commit 00dc5ff

Please sign in to comment.