Skip to content

Commit

Permalink
#0: Properly delete source folders for wheel testing (#9829)
Browse files Browse the repository at this point in the history
#0: Go to root directory to delete extraneous folders because before we weren't deleting anything
  • Loading branch information
tt-rkim authored Jun 28, 2024
1 parent b5e0888 commit 86ab828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/set_up_end_to_end_tests_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set_up_end_to_end_tests_env() {
python -m pip install -r requirements.txt
python -m pip install ../../metal_libs-*.whl

cd ../../
rm -rf tt_metal tt_eager ttnn models
echo "Showing current directory"
ls -hal
Expand Down

0 comments on commit 86ab828

Please sign in to comment.