Skip to content

Commit 0705adc

Browse files
committed
Try setting shell on Windows test runners
1 parent 9aa7767 commit 0705adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: uv sync --all-extras --dev
3737

3838
- name: Run tests
39+
if: runner.os == 'Windows'
40+
shell: cmd
3941
run: uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
4042

4143
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)