mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-04-25 09:32:37 -04:00
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:
2
local.sh
2
local.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user