Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 8, 2024
1 parent ff09a0d commit da72f10
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da72f10

Please sign in to comment.