Skip to content

Commit 150ccaa

Browse files
committed
Enforce restriction on Python downloads to ensure consistency in CI environments
1 parent 0c3dc15 commit 150ccaa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ permissions:
77

88
env:
99
UV_VERSION: "0.9.21"
10+
# Enforce that only actions/setup-python Python versions are used for consistency.
11+
UV_PYTHON_DOWNLOADS: never
1012

1113
jobs:
1214
test:

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
UV_VERSION: "0.9.21"
12+
UV_PYTHON_DOWNLOADS: never
1213

1314
jobs:
1415
deploy:

0 commit comments

Comments
 (0)