We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368a0d1 commit 9af28b5Copy full SHA for 9af28b5
.github/workflows/ci.yml
@@ -362,7 +362,7 @@ jobs:
362
- uses: pypa/[email protected]
363
env:
364
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
+ CIBW_BEFORE_BUILD: pip install -U pip>=23.2.1 setuptools>=68.0.0 wheel>=0.41.1 && pip install -e . && pip list
366
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
367
CIBW_BUILD_VERBOSITY: 3
368
CIBW_BUILD_FRONTEND: pip # pip allows disabling isolation via env var
0 commit comments