Skip to content

Commit edc85ea

Browse files
committed
try without build isolation
1 parent f321cb9 commit edc85ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .binder/postBuild

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ popd
1313
python setup.py sdist
1414

1515
pushd dist
16-
python -m pip install -v pythreejs*.tar.gz --no-deps --ignore-installed
16+
python -m pip install \
17+
-v \
18+
--no-deps \
19+
--no-build-isolation \
20+
pythreejs*.tar.gz
1721
popd
1822

1923
# build docs

0 commit comments

Comments
 (0)