Skip to content

Commit

Permalink
try to use windows method for env var
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 1bc3f14 commit 8d7ca4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
- name: test
run: |
pip install pytest
SKIP_RECFILE_TESTS=true pytest -vv esutil
set SKIP_RECFILE_TESTS="true"
pytest -vv esutil

0 comments on commit 8d7ca4b

Please sign in to comment.