Skip to content

Commit 2c4582c

Browse files
committed
Use current Python version in Linux Actions builds
1 parent 2eca7ae commit 2c4582c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_x86_linux_wheels.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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: |
@@ -82,10 +82,6 @@ jobs:
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

0 commit comments

Comments
 (0)