We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4de560 commit 8b7a6f6Copy full SHA for 8b7a6f6
.github/workflows/test.yml
@@ -727,7 +727,8 @@ jobs:
727
shell: powershell
728
- name: Test CMD shell failure
729
run: |
730
- uv run pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
+ .venv\Scripts\activate.bat
731
+ pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
732
shell: cmd
733
- name: Store coverage files
734
uses: actions/upload-artifact@v4
0 commit comments