Skip to content

Commit 58bc1dd

Browse files
committed
pip no build isolation
1 parent 39bf520 commit 58bc1dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/_build-pyobjcryst-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
- name: Build wheels from sdist
9292
uses: pypa/cibuildwheel@v2.21.1
9393
env:
94+
PIP_NO_BUILD_ISOLATION: "1"
9495
CIBW_BUILD: ${{ matrix.python[1] }}-${{ matrix.buildplat[1] }}
9596
CIBW_BEFORE_BUILD: |
9697
curl -sSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \

requirements/pip.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
numpy

0 commit comments

Comments
 (0)