Skip to content

Commit 33aaabd

Browse files
committed
try fix windows powershell tests
1 parent c4c4631 commit 33aaabd

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
@@ -18,6 +18,7 @@ on:
1818

1919
env:
2020
ENABLE_CI_ONLY_TESTS: "1"
21+
PYTHONPATH: ${{ github.workspace }}
2122

2223
jobs:
2324

@@ -659,7 +660,7 @@ jobs:
659660
shell: powershell
660661
- name: Test CMD shell failure
661662
run: |
662-
uv run pytest ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
663+
just test-win-shell-failure
663664
shell: cmd
664665
- name: Store coverage files
665666
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)