Skip to content

Commit

Permalink
do not run wheel test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 19, 2024
1 parent 53142fd commit 14342ac
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
Expand Up @@ -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' }}
run: |
python -c "import pypangolin"
- name: Run all tests
Expand Down

0 comments on commit 14342ac

Please sign in to comment.