fix Windows CI

This commit is contained in:
Nicholas Albion
2023-10-10 10:52:05 +11:00
parent 677cf9d6b2
commit 23fcef350d

View File

@@ -81,4 +81,4 @@ jobs:
run: |
pip install pytest
cd pilot
PYTHONPATH=. pytest -m "not slow and not uses_tokens and not ux_test"
pytest -m "not slow and not uses_tokens and not ux_test"