Skip to content

Commit

Permalink
python -m pip
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent 219e292 commit 8606a3e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,11 @@ jobs:
- name: "(vcpkg only) setuptools"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
pip show setuptools
python -m pip show setuptools
python --version
python -c 'import sys; import pprint; pprint.pprint(sys.path)'
python -c 'import setuptools'
- name: "(vcpkg only) remove python"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
rm -rf c:\\hostedtoolcache\\windows\\python\\
- name: "(vcpkg only) Setup CMake Toolchain file"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
Expand Down Expand Up @@ -90,9 +85,9 @@ jobs:
- name: "(vcpkg only) setuptools 2"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
pip show setuptools
pip install setuptools
pip show setuptools
python -m pip show setuptools
python -m pip install setuptools
python -m pip show setuptools
python --version
python -c 'import sys; import pprint; pprint.pprint(sys.path)'
python -c 'import setuptools'
Expand Down

0 comments on commit 8606a3e

Please sign in to comment.