Skip to content

Commit 73a6d9c

Browse files
committed
Try setting windows test shell to cmd
1 parent afdafda commit 73a6d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

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

4343
- name: Run tests

0 commit comments

Comments
 (0)