We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bf520 commit 58bc1ddCopy full SHA for 58bc1dd
.github/workflows/_build-pyobjcryst-package.yml
@@ -91,6 +91,7 @@ jobs:
91
- name: Build wheels from sdist
92
uses: pypa/cibuildwheel@v2.21.1
93
env:
94
+ PIP_NO_BUILD_ISOLATION: "1"
95
CIBW_BUILD: ${{ matrix.python[1] }}-${{ matrix.buildplat[1] }}
96
CIBW_BEFORE_BUILD: |
97
curl -sSL https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
requirements/pip.txt
@@ -1 +0,0 @@
1
-numpy
0 commit comments