Skip to content

Commit 5b21500

Browse files
committed
try fix CI shelltest for coverage
1 parent 1f4137e commit 5b21500

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,7 @@ jobs:
727727
shell: powershell
728728
- name: Test CMD shell failure
729729
run: |
730-
set PYTHONPATH=%CD%
731-
.venv\Scripts\activate
730+
call .venv\Scripts\activate
732731
pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
733732
shell: cmd
734733
- name: Store coverage files

0 commit comments

Comments
 (0)