Skip to content

Commit 82096a0

Browse files
committed
[CI] disable free-threading nanobind project on Windows
(issue with constexpr lambda captures, those should be static constexpr)
1 parent 37a82aa commit 82096a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
CIBW_ARCHS_WINDOWS: 'AMD64 x86 ARM64'
206206
CIBW_ARCHS_MACOS: 'x86_64 universal2 arm64'
207207
CIBW_BUILD: 'cp311-* pp39-* cp313t-*'
208-
CIBW_SKIP: ${{ matrix.project == 'swig-project' && 'cp313t-win*' || '' }}
208+
CIBW_SKIP: ${{ (matrix.project == 'swig-project' || matrix.project == 'nanobind-project') && 'cp313t-win*' || '' }}
209209
CIBW_ENVIRONMENT: 'PIP_FIND_LINKS=${{ github.workspace }}/dist PY_BUILD_CMAKE_VERBOSE=1'
210210
CIBW_ENVIRONMENT_MACOS: 'PIP_FIND_LINKS=${{ github.workspace }}/dist PY_BUILD_CMAKE_VERBOSE=1 MACOSX_DEPLOYMENT_TARGET="10.15"'
211211
CIBW_ENVIRONMENT_LINUX: 'PIP_FIND_LINKS=/project/dist PY_BUILD_CMAKE_VERBOSE=1'

0 commit comments

Comments
 (0)