File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ${{ matrix.os }}
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : astral-sh/setup-uv@v4
24
+ - uses : astral-sh/setup-uv@v5
25
25
- name : Install Dependencies
26
26
if : ${{ matrix.os == 'ubuntu-latest' }}
27
27
run : sudo apt-get update && sudo apt-get install xvfb
32
32
- run : uv python pin ${{ matrix.python_v }}
33
33
if : ${{ matrix.python_v != '' }}
34
34
# don't modify sync file! messes up version!
35
- - run : uv sync --no-sources -- all-extras --frozen # does order matter?
35
+ - run : uv sync --all-extras --frozen # does order matter?
36
36
- run : uv build
37
37
- name : Reinstall from wheel
38
38
run : >
95
95
steps :
96
96
- name : Checkout
97
97
uses : actions/checkout@v4
98
- - uses : astral-sh/setup-uv@v4
98
+ - uses : astral-sh/setup-uv@v5
99
99
- uses : actions/setup-python@v5
100
100
with :
101
101
python-version-file : " ./src/py/pyproject.toml"
Original file line number Diff line number Diff line change 16
16
working-directory : ./src/py/
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : astral-sh/setup-uv@v4
19
+ - uses : astral-sh/setup-uv@v5
20
20
- uses : actions/setup-python@v5
21
21
with :
22
22
python-version-file : " ./src/py/pyproject.toml"
You can’t perform that action at this time.
0 commit comments