Skip to content

Commit

Permalink
fix(windows): don't recreate venv
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Jan 26, 2024
1 parent a88a35f commit b90dd96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
- name: Test (windows)
if: matrix.os == 'windows-latest'
run: |
python -m venv .venv
.\.venv\Scripts\activate.bat
make test-ci
Expand Down

0 comments on commit b90dd96

Please sign in to comment.