Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not run wheel test with shared libs on Windows
Browse files Browse the repository at this point in the history
christianrauch committed Oct 19, 2024
1 parent 53142fd commit 8ac92bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -116,6 +116,10 @@ jobs:
python -m zipfile --list build/pypangolin-*.whl
pip install build/pypangolin-*.whl
pip show pypangolin
- name: Test Python wheel
if: ${{ !(matrix.package_manager == 'vcpkg' && matrix.shared_libs == 'ON') }}
run: |
python -c "import pypangolin"
- name: Run all tests

0 comments on commit 8ac92bd

Please sign in to comment.