Skip to content

Commit

Permalink
Merge pull request #1428 from pyiron/mybinder
Browse files Browse the repository at this point in the history
Fix mybinder
  • Loading branch information
jan-janssen committed May 8, 2024
2 parents 32d72e8 + da72f10 commit 7172430
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions binder/postBuild
@@ -1,11 +1,9 @@
# pip install master
pip install .
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation

# copy notebooks
mv notebooks/*.ipynb .

# clean up
if [ -d "notebooks" ]; then
mv notebooks/* .
fi
if [ -d "${HOME}/pyiron_base" ]; then
rm -r ${HOME}/binder ${HOME}/.ci_support ${HOME}/.github ${HOME}/pyiron_base ${HOME}/tests ${HOME}/notebooks
rm ${HOME}/LICENSE ${HOME}/MANIFEST.in ${HOME}/setup.cfg ${HOME}/setup.py ${HOME}/versioneer.py ${HOME}/CONTRIBUTING.rst ${HOME}/README.rst ${HOME}/CODE_OF_CONDUCT.md
fi
rm -rf .ci_support .github binder docs notebooks pyiron_base pyiron_base.egg-info specs test_benchmarks tests update_scripts .coveralls.yml .gitattributes .gitignore .gitpod .readthedocs.yml .wci.yml CHANGELOG.md CITATION.cff CODE_OF_CONDUCT.md CONTRIBUTING.rst LICENSE MANIFEST.in README.md pyproject.toml setup.py build

0 comments on commit 7172430

Please sign in to comment.