We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee1b0b commit 15ab26dCopy full SHA for 15ab26d
1 file changed
.github/workflows/run_tests.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Install and Test with pytest
64
run: |
65
export PATH="$pythonLocation:$PATH"
66
- python -m pip install pybind11
+ python -m pip install pybind11 wheel
67
python setup.py bdist_wheel
68
- uses: actions/upload-artifact@v4
69
with:
0 commit comments