Skip to content

Commit

Permalink
chore: remove bloated echo
Browse files Browse the repository at this point in the history
make sure to flock correctly

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jun 11, 2024
1 parent c140717 commit a5995a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5995a6

Please sign in to comment.