We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94207ec commit a4c21f8Copy full SHA for a4c21f8
.github/workflows/_build-pyobjcryst-package.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Build wheels from sdist
92
uses: pypa/cibuildwheel@v2.21.1
93
env:
94
- CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
+ # CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
95
CIBW_BUILD_VERBOSITY: "2"
96
CIBW_ENVIRONMENT: >
97
CONDA_PREFIX=$HOME/miniconda/envs/build
requirements/pip.txt
@@ -0,0 +1,2 @@
1
+setuptools
2
+numpy
0 commit comments