Skip to content

Commit 7fe7328

Browse files
committed
try skipping some npm cruft
1 parent a40feb3 commit 7fe7328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.binder/postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ popd
1111

1212
# install and validate python environment
1313
python setup.py sdist
14-
python -m pip install -v dist/pythreejs*.tar.gz
15-
python -m pip install -e .[test,examples,docs] --ignore-installed
14+
python -m pip install -v dist/pythreejs*.tar.gz --no-deps --skip-npm
15+
python -m pip install -e .[test,examples,docs] --skip-npm
1616
python -m pip check || echo "uh oh"
1717

1818
# build docs

0 commit comments

Comments
 (0)