Skip to content

Commit

Permalink
Try pasting pytest options directly
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jul 14, 2023
1 parent 45239d9 commit 4df596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
# run: pip install pytest-mpl

- name: Run tests
run: pytest $(env:TEST_OPTS)
run: pytest -rfsxEX -s -k issue1498b --benchmark-skip

test-macos:
strategy:
Expand Down

0 comments on commit 4df596d

Please sign in to comment.