Skip to content

Commit d534a8e

Browse files
committed
moar windows ci flailing
1 parent 12a7bea commit d534a8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
if: runner.os == 'Windows'
4747
env:
4848
TMPDIR: 'D:\\a\\_temp'
49-
run: |
50-
.venv\\Scripts\\activate
51-
scripts\\test
49+
run: scripts\\test
5250
- name: Test
5351
if: runner.os != 'Windows'
5452
run: uv run scripts/test

0 commit comments

Comments
 (0)