Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee2bba5

Browse files
committed
Merge branch 'main' of https://github.com/magpylib/magpylib into show-sensor-pixel-field
2 parents d96633b + 7ecabf8 commit ee2bba5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: dist
5050

5151
- 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
5353
with:
5454
subject-path: "dist/*"
5555

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- uses: astral-sh/setup-uv@v5
25+
- uses: astral-sh/setup-uv@v6
2626
- uses: pre-commit/[email protected]
2727
with:
2828
extra_args: --hook-stage manual --all-files
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Setup headless display
49-
uses: pyvista/setup-headless-display-action@v3
49+
uses: pyvista/setup-headless-display-action@v4
5050

5151
- uses: actions/checkout@v4
5252
with:
@@ -57,9 +57,10 @@ jobs:
5757
run: sudo apt-get update && sudo apt-get install -y libopenblas-dev
5858

5959
- name: Install uv and set the python version
60-
uses: astral-sh/setup-uv@v5
60+
uses: astral-sh/setup-uv@v6
6161
with:
6262
python-version: ${{ matrix.python-version }}
63+
activate-environment: true
6364

6465
- name: Install dependencies with uv
6566
run: uv pip install .[test]

0 commit comments

Comments
 (0)