Skip to content

Commit 2107be2

Browse files
committed
ci: try bash on windoze?
1 parent d534a8e commit 2107be2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ jobs:
4444
run: uv sync --all-extras
4545
- name: Test on windows
4646
if: runner.os == 'Windows'
47+
shell: bash
4748
env:
4849
TMPDIR: 'D:\\a\\_temp'
49-
run: scripts\\test
50+
run: |
51+
source .venv/bin/activate
52+
scripts/test
5053
- name: Test
5154
if: runner.os != 'Windows'
5255
run: uv run scripts/test

0 commit comments

Comments
 (0)