Skip to content

Commit

Permalink
find deadlocker
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Feb 18, 2025
1 parent aa2630d commit e4ba6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Run tests
if: github.ref_name != 'main'
run: pytest -n auto --dist loadgroup -m "not release and not benchmark and not docs"
run: pytest -m "not release and not benchmark and not docs" -v

- name: Run tests with new streaming engine
if: github.ref_name != 'main'
Expand Down

0 comments on commit e4ba6bc

Please sign in to comment.