Skip to content

Commit

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

- name: Install Python wheel
if: ${{ matrix.package_manager == 'apt' }}
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
run: |
pip install build/pypangolin-*.whl
pip show pypangolin
python -c "import pypangolin"
- name: Run all tests
if: ${{ matrix.test == 'ON' }}
run: |
Expand Down

0 comments on commit 9f72a80

Please sign in to comment.