We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe7328 commit ca9bb65Copy full SHA for ca9bb65
.binder/postBuild
@@ -11,8 +11,8 @@ popd
11
12
# install and validate python environment
13
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
+python -m pip install -v dist/pythreejs*.tar.gz --no-deps
+python -m pip install -e .[test,examples,docs]
16
python -m pip check || echo "uh oh"
17
18
# build docs
0 commit comments