File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
run : brew install boost
124
124
125
125
- name : Install uv
126
- uses : astral-sh/setup-uv@v5
126
+ uses : astral-sh/setup-uv@v6
127
127
with :
128
128
enable-cache : true
129
129
Original file line number Diff line number Diff line change 53
53
python-version : 3.11
54
54
55
55
- name : Install uv
56
- uses : astral-sh/setup-uv@v5
56
+ uses : astral-sh/setup-uv@v6
57
57
58
58
- name : Prepare env
59
59
run : uv pip install --python=python --system -r tests/requirements.txt
Original file line number Diff line number Diff line change 31
31
python-version : 3.8
32
32
33
33
- name : Install uv
34
- uses : astral-sh/setup-uv@v5
34
+ uses : astral-sh/setup-uv@v6
35
35
36
36
- name : Prepare env
37
37
run : uv pip install --system -r tests/requirements.txt
55
55
python-version : 3.8
56
56
57
57
- name : Install uv
58
- uses : astral-sh/setup-uv@v5
58
+ uses : astral-sh/setup-uv@v6
59
59
60
60
- name : Prepare env
61
61
run : uv pip install --system -r tests/requirements.txt twine
You can’t perform that action at this time.
0 commit comments