Skip to content

Commit bd66b7f

Browse files
committed
fix(ci): use double-backslashed for windoze
1 parent 766664a commit bd66b7f

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
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
TMPDIR: 'D:\\a\\_temp'
4949
run: |
50-
.venv\Scripts\activate
50+
.venv\\Scripts\\activate
5151
scripts\\test
5252
- name: Test
5353
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)