File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 7171
7272 - name : Install build dependencies
7373 # auditwheel==5.1.2
74- run : ${{ matrix.PYTHON }} -m pip install setuptools pytest wheel auditwheel pybind11-stubgen==0.16.2 numpy torch
74+ run : ${{ matrix.PYTHON }} -m pip install setuptools pytest wheel auditwheel pybind11 pybind11 -stubgen numpy torch
7575
7676 # - name: Install Pybind11 for this Python version
7777 # run: |
8282 # PATH="${{ matrix.PYTHON_PATH }}:${PATH}" CPATH="${{ matrix.PYTHON_INCLUDE }}" cmake ..
8383 # PATH="${{ matrix.PYTHON_PATH }}:${PATH}" CPATH="${{ matrix.PYTHON_INCLUDE }}" make install -j2
8484
85- - name : Install Pybind11
86- run : |
87- python -m pip install pybind11 pybind11-stubgen
88-
8985 - name : Build wheel
9086 run : |
9187 PATH="${{ matrix.PYTHON_PATH }}:${PATH}" CPATH="${{ matrix.PYTHON_INCLUDE }}" ${{ matrix.PYTHON }} setup.py sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments