ci(tests): pin setup-uv version to skip api.github.com call #1
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -33,6 +33,11 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
|
||||
with:
|
||||
# Pin a concrete version so the action skips the api.github.com
|
||||
# release-resolution call. The shared act_runner egress IP is
|
||||
# rate-limited on anonymous GitHub API after the org suspension.
|
||||
version: "0.11.11"
|
||||
|
||||
- name: Set up Python 3.11
|
||||
run: uv python install 3.11
|
||||
@ -62,6 +67,11 @@ jobs:
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
|
||||
with:
|
||||
# Pin a concrete version so the action skips the api.github.com
|
||||
# release-resolution call. The shared act_runner egress IP is
|
||||
# rate-limited on anonymous GitHub API after the org suspension.
|
||||
version: "0.11.11"
|
||||
|
||||
- name: Set up Python 3.11
|
||||
run: uv python install 3.11
|
||||
|
||||
Loading…
Reference in New Issue
Block a user