Skip to content

Commit

Permalink
Maybe fix for windows CI env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jul 14, 2023
1 parent aa9d5ea commit 45239d9
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 $(env:TEST_OPTS)

test-macos:
strategy:
Expand Down

0 comments on commit 45239d9

Please sign in to comment.