Skip to content

Commit a4c21f8

Browse files
committed
no iso
1 parent 94207ec commit a4c21f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Build wheels from sdist
9292
uses: pypa/cibuildwheel@v2.21.1
9393
env:
94-
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
94+
# CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
9595
CIBW_BUILD_VERBOSITY: "2"
9696
CIBW_ENVIRONMENT: >
9797
CONDA_PREFIX=$HOME/miniconda/envs/build

requirements/pip.txt

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

0 commit comments

Comments
 (0)