Skip to content

Commit

Permalink
test wheel file installation
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Sep 2, 2024
1 parent 3198fdc commit d8b7b51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
- name: Build Python wheel
run: cmake --build build -t pypangolin_wheel

- name: Install Python wheel
if: ${{ matrix.package_manager != 'brew' }}
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
run: pip install build/pypangolin-*.whl

- name: Run all tests
if: ${{ matrix.test == 'ON' }}
run: |
Expand Down

0 comments on commit d8b7b51

Please sign in to comment.