Skip to content

Commit ca9bb65

Browse files
committed
skip npm no good
1 parent 7fe7328 commit ca9bb65

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 --no-deps --skip-npm
15-
python -m pip install -e .[test,examples,docs] --skip-npm
14+
python -m pip install -v dist/pythreejs*.tar.gz --no-deps
15+
python -m pip install -e .[test,examples,docs]
1616
python -m pip check || echo "uh oh"
1717

1818
# build docs

0 commit comments

Comments
 (0)