Skip to content

Commit 01b4ff6

Browse files
committed
RHAIENG-304: delete the uv.locks created in refresh-pipfilelock-files, we only need the pylock.tomls
1 parent 92219c7 commit 01b4ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ refresh-pipfilelock-files:
451451
echo "Updating $(PYTHON_VERSION) uv.lock in $$dir"
452452
cd $$dir
453453
if [ -f "pyproject.toml" ]; then
454-
uv lock
454+
uv lock && rm uv.lock
455455
else
456456
echo "No pyproject.toml found in $$dir, skipping."
457457
fi

0 commit comments

Comments
 (0)