Skip to content

Commit df39d38

Browse files
committed
try badslashes?
1 parent 2107be2 commit df39d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
env:
4949
TMPDIR: 'D:\\a\\_temp'
5050
run: |
51-
source .venv/bin/activate
52-
scripts/test
51+
source .venv\\bin\\activate
52+
scripts\\test
5353
- name: Test
5454
if: runner.os != 'Windows'
5555
run: uv run scripts/test

0 commit comments

Comments
 (0)