Skip to content

Commit

Permalink
setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent bcbc55f commit 60b623d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ jobs:
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
pip install setuptools
pip show setuptools
- uses: actions/setup-python@v5
if: ${{ matrix.package_manager == 'vcpkg' }}
with:
python-version: '3.12'

- name: "(vcpkg only) install setuptools"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
pip install setuptools
pip show setuptools
- name: Configure CMake
run: >
Expand Down

0 comments on commit 60b623d

Please sign in to comment.