File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 49
49
path : dist
50
50
51
51
- name : Generate artifact attestation for sdist and wheel
52
- uses : actions/attest-build-provenance@v2.2.3
52
+ uses : actions/attest-build-provenance@v2.3.0
53
53
with :
54
54
subject-path : " dist/*"
55
55
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
- - uses : astral-sh/setup-uv@v5
25
+ - uses : astral-sh/setup-uv@v6
26
26
-
uses :
pre-commit/[email protected]
27
27
with :
28
28
extra_args : --hook-stage manual --all-files
46
46
47
47
steps :
48
48
- name : Setup headless display
49
- uses : pyvista/setup-headless-display-action@v3
49
+ uses : pyvista/setup-headless-display-action@v4
50
50
51
51
- uses : actions/checkout@v4
52
52
with :
57
57
run : sudo apt-get update && sudo apt-get install -y libopenblas-dev
58
58
59
59
- name : Install uv and set the python version
60
- uses : astral-sh/setup-uv@v5
60
+ uses : astral-sh/setup-uv@v6
61
61
with :
62
62
python-version : ${{ matrix.python-version }}
63
+ activate-environment : true
63
64
64
65
- name : Install dependencies with uv
65
66
run : uv pip install .[test]
You can’t perform that action at this time.
0 commit comments