Skip to content

Commit

Permalink
Try pip instead of pipx.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Oct 8, 2024
1 parent 83785e0 commit cce2b1b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,7 @@ jobs:
# Without this, venv stopped working in 20240929.1 runner.
- name: Install Python virtualenv
if: matrix.options.py == 'ON' && matrix.check_mkvk != 'ONLY'
run: |
echo $env:PATH
pipx install virtualenv
echo $env:PATH
. .venv/bin/activate
echo $env:PATH
echo $env:PATH >> $GITHUB_ENV
run: pip install virtualenv

- name: Init CTS submodule
if: matrix.options.tools_cts =='ON'
Expand Down

0 comments on commit cce2b1b

Please sign in to comment.