We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ab26d commit bc31182Copy full SHA for bc31182
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 wheel
+ python -m pip install pybind11 wheel setuptools
67
python setup.py bdist_wheel
68
- uses: actions/upload-artifact@v4
69
with:
0 commit comments