From 82021d3f554c68ed4c838725f3132a1416244858 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 1 May 2024 16:27:42 -0600 Subject: [PATCH] Update postBuild --- binder/postBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/postBuild b/binder/postBuild index c335ad0..95729c6 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -7,7 +7,7 @@ pip install . --no-deps --no-build-isolation # copy notebooks mv notebooks/*.ipynb . -rm -rf notebooks +cp -r tests/config . # clean up -rm -rf .ci_support .github binder docs notebooks pysqa pysqa.egg-info tests .coveralls.yml .gitignore .readthedocs.yml CODE_OF_CONDUCT.md LICENSE MANIFEST.in README.md pyproject.toml setup.py build \ No newline at end of file +rm -rf .ci_support .github binder docs notebooks pysqa pysqa.egg-info tests .coveralls.yml .gitignore .readthedocs.yml CODE_OF_CONDUCT.md LICENSE MANIFEST.in README.md pyproject.toml setup.py build