46
46
restore-keys : ${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ env.HOST }}-ccache
47
47
# Pip install dependencies
48
48
- name : Install Python dependencies
49
- run : python${{ env.PYTHON_VERSION }} -m pip install -U pip build pybind11-stubgen~=0.16.2 py-build-cmake~=0.2.0a7
49
+ run : python${{ env.PYTHON_VERSION }} -m pip install -U pip build pybind11-stubgen~=0.16.2 py-build-cmake~=0.2.0a11
50
50
# Build
51
51
- name : Native build
52
52
run : |
@@ -127,7 +127,7 @@ jobs:
127
127
restore-keys : ${{ runner.os }}-${{ matrix.pypy }}${{ matrix.python-version }}-${{ matrix.host }}-ccache
128
128
# Pip install dependencies
129
129
- name : Install Python dependencies
130
- run : python${{ matrix.python-version }} -m pip install -U pip build pybind11-stubgen~=0.16.2 py-build-cmake~=0.2.0a7
130
+ run : python${{ matrix.python-version }} -m pip install -U pip build pybind11-stubgen~=0.16.2 py-build-cmake~=0.2.0a11
131
131
# Download stubs
132
132
- name : Download stubs
133
133
uses : actions/download-artifact@v3
@@ -146,7 +146,7 @@ jobs:
146
146
config = ["Debug", "Release"]
147
147
generator = "Ninja Multi-Config"
148
148
[cmake.options]
149
- CMAKE_FIND_ROOT_PATH = "$staging/pybind11;$staging/eigen-master;$staging/casadi"
149
+ CMAKE_FIND_ROOT_PATH = "$staging/pybind11-2.11.1 ;$staging/eigen-master;$staging/casadi"
150
150
USE_GLOBAL_PYBIND11 = "On"
151
151
ALPAQA_WITH_CUTEST = "On"
152
152
EOF
@@ -216,7 +216,7 @@ jobs:
216
216
config = ["Debug"]
217
217
generator = "Ninja Multi-Config"
218
218
[cmake.options]
219
- CMAKE_FIND_ROOT_PATH = "$staging/pybind11;$staging/eigen-master;$staging/casadi"
219
+ CMAKE_FIND_ROOT_PATH = "$staging/pybind11-2.11.1 ;$staging/eigen-master;$staging/casadi"
220
220
USE_GLOBAL_PYBIND11 = "On"
221
221
ALPAQA_WITH_CUTEST = "On"
222
222
EOF
@@ -309,7 +309,7 @@ jobs:
309
309
run : |
310
310
cat > py-build-cmake.local.toml <<- EOF
311
311
[cmake.options]
312
- CMAKE_Fortran_COMPILER = ""
312
+ CMAKE_Fortran_COMPILER = "NOTFOUND "
313
313
EOF
314
314
shell : bash
315
315
- name : Build wheels
0 commit comments