Skip to content

Commit

Permalink
test: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jan 31, 2025
1 parent 9597eb1 commit 0a6c0ea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
- name: Test with pytest
run: |
git submodule update --init --recursive
pytest -vv --durations=0 \
-k "not test_fpack" \
--randomly-seed=42 \
--splits=4 --group=${{ matrix.group }} --splitting-algorithm least_duration
pytest -vv --durations=0
# \
# -k "not test_fpack" \
# --randomly-seed=42 \
# --splits=4 --group=${{ matrix.group }} --splitting-algorithm least_duration
build-status:
needs: build
Expand Down

0 comments on commit 0a6c0ea

Please sign in to comment.