chore: remove bloated echo

make sure to flock correctly

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2024-06-11 10:26:45 +00:00
parent c14071736f
commit a5995a6bb8

View File

@@ -168,9 +168,9 @@ if [ "$TESTS" = true ]; then
# Check if the lock file already exists
if [ -f "$LOCK_FILE" ]; then
echo "Another instance of the script is already running tests. Waiting for it to finish..."
flock -s "$lock_fd"
fi
"$UV_BIN" pip install -r "$GIT_ROOT/tools/tests-requirements.txt"
# TODO: uv tool run once it becomes more stable