Skip to content

Commit a075252

Browse files
committed
Avoid build isolation for test-crossenv in CI workflow
1 parent fdc9950 commit a075252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
pip install build cffi -e ../../
231231
export DIST_EXTRA_CONFIG=/tmp/build-opts.cfg
232232
echo -e "[bdist_wheel]\npy_limited_api=cp37" > $DIST_EXTRA_CONFIG
233-
python -m build
233+
python -m build --no-isolation
234234
ls -la dist/
235235
' > build-wheels.sh
236236

0 commit comments

Comments
 (0)