Skip to content

Commit

Permalink
[DBG] check setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 17, 2024
1 parent 778f07a commit f1c5d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: "(vcpkg only) setuptools"
if: ${{ matrix.package_manager == 'vcpkg' }}
run: |
pip install setuptools
pip show setuptools
python -c "import setuptools"
- name: "(vcpkg only) Setup CMake Toolchain file"
if: ${{ matrix.package_manager == 'vcpkg' }}
Expand Down

0 comments on commit f1c5d01

Please sign in to comment.