From da72f10458ea4f7df7483b753491a57a2ee2beaa Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 7 May 2024 19:57:06 -0500 Subject: [PATCH] Update postBuild --- binder/postBuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/binder/postBuild b/binder/postBuild index 0dd8831c5..fe2e73c0c 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -2,11 +2,8 @@ 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