Skip to content

Commit 6003207

Browse files
committed
test
1 parent 71c90d1 commit 6003207

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/uv-update.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: astral-sh/setup-uv@v3
3737
with:
3838
version: "latest"
39+
3940
- name: Install bazel
4041
run: |
4142
set -euo pipefail
@@ -54,10 +55,6 @@ jobs:
5455
set -x
5556
git config --global safe.directory "$GITHUB_WORKSPACE"
5657
57-
curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-amd64 \
58-
-o bazelisk-linux-amd64 \
59-
&& mv bazelisk-linux-amd64 /usr/bin/bazel \
60-
&& chmod +x /usr/bin/bazel
6158
if ! uv lock; then
6259
echo "Error: Failed to update uv.lock"
6360
exit 1

0 commit comments

Comments
 (0)