Skip to content

Commit 64bbd9d

Browse files
committed
try more local postBuild
1 parent cde3093 commit 64bbd9d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.binder/postBuild

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ pushd js
99
jlpm --ignore-optional
1010
popd
1111

12-
# install and validate python environment
12+
# build distribution
1313
python setup.py sdist
1414

1515
pushd dist
16-
python -m pip install -v pythreejs*.tar.gz --no-deps
16+
python -m pip install -v pythreejs*.tar.gz --no-deps --ignore-installed
1717
popd
1818

19-
python -m pip check || echo "uh oh"
20-
21-
# ensure labextension is linked
22-
jupyter labextension develop . --overwrite
23-
2419
# build docs
2520
pushd docs
2621
make html
@@ -29,3 +24,4 @@ popd
2924
# validate extensions
3025
jupyter nbextension list
3126
jupyter labextension list
27+
python -m pip check || echo "uh oh"

0 commit comments

Comments
 (0)