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 f55cb3e commit 1254511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:
run: cmake --build build --config $BUILD_TYPE

- name: Build Python wheel
run: cmake --build build -t pypangolin_wheel
run: |
cmake --build build -t pypangolin_wheel
PIP_BREAK_SYSTEM_PACKAGES=1 pip install build/*.whl
- name: Run all tests
if: ${{ matrix.test == 'ON' }}
Expand Down

0 comments on commit 1254511

Please sign in to comment.