Skip to content

Commit 76f13b4

Browse files
committed
Try to fix running windows tests using winpty
1 parent 0ce93bf commit 76f13b4

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run tests
4141
if: runner.os == 'Windows'
4242
run:
43-
uv run winpty python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml
43+
winpty uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml
4444
tests
4545

4646
- name: Run tests

0 commit comments

Comments
 (0)