File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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
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
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
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
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-
You can’t perform that action at this time.
0 commit comments