Skip to content

Commit ea7502d

Browse files
committed
Add test to built wheels
1 parent 76f1994 commit ea7502d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ jobs:
157157
mv ./wheelhouse/*.whl $(find ./wheelhouse -type f -name '*.whl' | sed 's/13_0/14_0/')
158158
fi
159159
160+
- name: Test the build wheels
161+
run: |
162+
# Install the built wheels
163+
pip install ./wheelhouse/*.whl
164+
# Test the installed wheels
165+
pytest pyci
166+
160167
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
161168
with:
162169
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)