Skip to content

Commit 9af28b5

Browse files
committed
Do a 2 stage installation for cibuildwheel
This attempts to fix the problem with old setuptools being used to install the working version of setuptools-rust
1 parent 368a0d1 commit 9af28b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
- uses: pypa/[email protected]
363363
env:
364364
CIBW_BUILD: cp39-*
365-
CIBW_BEFORE_BUILD: pip install -U pip>=23.2.1 setuptools>=68.0.0 wheel>=0.41.1 -e . && pip list
365+
CIBW_BEFORE_BUILD: pip install -U pip>=23.2.1 setuptools>=68.0.0 wheel>=0.41.1 && pip install -e . && pip list
366366
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
367367
CIBW_BUILD_VERBOSITY: 3
368368
CIBW_BUILD_FRONTEND: pip # pip allows disabling isolation via env var

0 commit comments

Comments
 (0)