We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c90d1 commit 6003207Copy full SHA for 6003207
.github/workflows/uv-update.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: astral-sh/setup-uv@v3
37
with:
38
version: "latest"
39
+
40
- name: Install bazel
41
run: |
42
set -euo pipefail
@@ -54,10 +55,6 @@ jobs:
54
55
set -x
56
git config --global safe.directory "$GITHUB_WORKSPACE"
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
61
if ! uv lock; then
62
echo "Error: Failed to update uv.lock"
63
exit 1
0 commit comments