diff --git a/scripts/pre-build.sh b/scripts/pre-build.sh index 5ef895a5f..1fd45ff1f 100755 --- a/scripts/pre-build.sh +++ b/scripts/pre-build.sh @@ -9,5 +9,5 @@ root_path=$(dirname "$scripts_path") pushd "$root_path" rm -rf src/fondant/components -cp -r components/ src/fondant/ +cp -r components src/fondant/ popd diff --git a/tox.ini b/tox.ini index 244e6ebbc..4e4aad92f 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,7 @@ deps= pytest-cov>=4.1.0,<5 allowlist_externals= poetry + /bin/bash /usr/bin/bash commands= bash ./scripts/pre-build.sh