Skip to content

Commit

Permalink
Fix running tox on the inferior OS (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesLorre authored Jul 11, 2023
1 parent 3a06ec5 commit d0ffac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0ffac1

Please sign in to comment.