Skip to content

Commit

Permalink
chore: fix installation test with clone step
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Feb 14, 2024
1 parent 899b9f1 commit f9d94c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/make_utils/check_installation_with_all_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ do
make sync_env
elif [ "$METHOD" == "clone" ]
then
deactivate
rm -rf "${VENV}"
TMP_DIR=".tmp_dir_clone_${VERSION}"
rm -rf "${TMP_DIR}"
Expand All @@ -97,7 +98,7 @@ do
cd ../..
rm -rf "${TMP_DIR}"
else
echo "What is this method $METHOD"
echo "Unsupported method: $METHOD"
exit 255
fi

Expand Down

0 comments on commit f9d94c4

Please sign in to comment.