Skip to content

Commit 7b323d6

Browse files
committed
Trying to resolve pybind11-stubgen issues on Linux builds
1 parent 3cebed8 commit 7b323d6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build_x86_linux_wheels.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Fail-fast is set to false to ensure all Python versions are attempted even if one fails.
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.9", "3.10", "3.11"]
2222
include:
2323
- python-version: "3.9"
2424
PYTHON_VERSION_CODE: cp39-cp39
@@ -40,12 +40,6 @@ jobs:
4040
PYTHON: /opt/python/cp311-cp311/bin/python3.11
4141
PYTHON_PATH: /opt/python/cp311-cp311/bin/
4242
PYTHON_INCLUDE: /opt/python/cp311-cp311/include/python3.11/
43-
- python-version: "3.12"
44-
PYTHON_VERSION_CODE: cp312-cp312
45-
PYTHON_VERSION_NUMBER: "3.12"
46-
PYTHON: /opt/python/cp312-cp312/bin/python3.12
47-
PYTHON_PATH: /opt/python/cp312-cp312/bin/
48-
PYTHON_INCLUDE: /opt/python/cp312-cp312/include/python3.12/
4943
steps:
5044
- name: Set up Node Version
5145
# Updated to v4 for latest features and security.
@@ -71,7 +65,7 @@ jobs:
7165
7266
- name: Install build dependencies
7367
# auditwheel==5.1.2
74-
run: ${{ matrix.PYTHON }} -m pip install setuptools pytest wheel auditwheel pybind11-stubgen==0.16.2 numpy torch
68+
run: ${{ matrix.PYTHON }} -m pip install setuptools pytest wheel auditwheel pybind11-stubgen numpy torch
7569

7670
- name: Install Pybind11 for this Python version
7771
run: |

0 commit comments

Comments
 (0)