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 a40feb3 commit 7fe7328Copy full SHA for 7fe7328
.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
15
-python -m pip install -e .[test,examples,docs] --ignore-installed
+python -m pip install -v dist/pythreejs*.tar.gz --no-deps --skip-npm
+python -m pip install -e .[test,examples,docs] --skip-npm
16
python -m pip check || echo "uh oh"
17
18
# build docs
0 commit comments