Skip to content

Commit 9fe0d8e

Browse files
committed
fix shell detection test on windows
1 parent b09c2b1 commit 9fe0d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ jobs:
658658
shell: powershell
659659
- name: Test CMD shell failure
660660
run: |
661-
just test ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
661+
uv run pytest ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
662662
shell: cmd
663663
- name: Store coverage files
664664
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)