We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4512780 commit 9e5f985Copy full SHA for 9e5f985
.github/workflows/continuous-integration.yml
@@ -46,7 +46,7 @@ jobs:
46
# Windows doesn't like uv run when pointed at a script 🤷♀️
47
run: |
48
if [ "$RUNNER_OS" == "Windows" ]; then
49
- source .venv/bin/activate && scripts/test
+ source .venv\bin\activate && scripts\test
50
else
51
uv run scripts/test
52
fi
0 commit comments