Skip to content

Commit 29534df

Browse files
pin uv version
1 parent 58f9853 commit 29534df

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v4
1919
with:
20-
version: "latest"
21-
enable-cache: false
20+
version: "0.9.24"
2221

2322
- name: Setup Python
2423
run: uv python install 3.12
@@ -42,8 +41,7 @@ jobs:
4241
- name: Install uv
4342
uses: astral-sh/setup-uv@v4
4443
with:
45-
version: "latest"
46-
enable-cache: false
44+
version: "0.9.24"
4745

4846
- name: Setup Python
4947
run: uv python install 3.12
@@ -64,8 +62,7 @@ jobs:
6462
- name: Install uv
6563
uses: astral-sh/setup-uv@v4
6664
with:
67-
version: "latest"
68-
enable-cache: false
65+
version: "0.9.24"
6966

7067
- name: Setup Python
7168
run: uv python install 3.12
@@ -86,8 +83,7 @@ jobs:
8683
- name: Install uv
8784
uses: astral-sh/setup-uv@v4
8885
with:
89-
version: "latest"
90-
enable-cache: false
86+
version: "0.9.24"
9187

9288
- name: Setup Python
9389
run: uv python install 3.12
@@ -103,4 +99,3 @@ jobs:
10399
uv venv /tmp/test-install
104100
uv pip install dist/*.whl --python /tmp/test-install/bin/python
105101
/tmp/test-install/bin/python -c "import drift; print('Package imported successfully')"
106-

0 commit comments

Comments
 (0)