Skip to content

Commit bc05910

Browse files
committed
Add fix to test to built wheels
1 parent ea7502d commit bc05910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
- name: Test the build wheels
161161
run: |
162162
# Install the built wheels
163+
pip install pytest
163164
pip install ./wheelhouse/*.whl
164165
# Test the installed wheels
165166
pytest pyci

0 commit comments

Comments
 (0)