Skip to content

Commit 9e5f985

Browse files
committed
fix: try badslashes?
1 parent 4512780 commit 9e5f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Windows doesn't like uv run when pointed at a script 🤷‍♀️
4747
run: |
4848
if [ "$RUNNER_OS" == "Windows" ]; then
49-
source .venv/bin/activate && scripts/test
49+
source .venv\bin\activate && scripts\test
5050
else
5151
uv run scripts/test
5252
fi

0 commit comments

Comments
 (0)