Skip to content

Commit 8b7a6f6

Browse files
committed
try fix shell detection failure coverage
1 parent f4de560 commit 8b7a6f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,8 @@ jobs:
727727
shell: powershell
728728
- name: Test CMD shell failure
729729
run: |
730-
uv run pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
730+
.venv\Scripts\activate.bat
731+
pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
731732
shell: cmd
732733
- name: Store coverage files
733734
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)