Skip to content

Commit 0c4753a

Browse files
committed
Add --no-build-isolation in 3.13 as well
1 parent 2258d64 commit 0c4753a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
- cibw_build_frontend: pip
106106
# TODO: Remove this plus installing build deps in cibw_before_build.sh
107107
# and test deps in cibw_before_test.sh after pandas can be built with a released NumPy/Cython
108+
- python: ["cp313", "3.13"]
109+
cibw_build_frontend: 'pip; args: --no-build-isolation'
108110
- python: ["cp313t", "3.13"]
109111
cibw_build_frontend: 'pip; args: --no-build-isolation'
110112
# TODO: Build free-threaded wheels for Windows

0 commit comments

Comments
 (0)