Skip to content

Commit

Permalink
skip vcpkg && shared
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent 48fdef6 commit f6b9644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
pip show pypangolin
- name: Test Python wheel
if: ${{ matrix.package_manager != 'vcpkg' }}
if: ${{ !(matrix.package_manager == 'vcpkg' && matrix.shared_libs == 'ON') }}
run: |
python -c "import pypangolin"
Expand Down

0 comments on commit f6b9644

Please sign in to comment.