Skip to content

Commit f3c8c39

Browse files
committed
Update full test workflow.
1 parent d75fecc commit f3c8c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/full_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: chartboost/ruff-action@v1 # Fail fast if there are any linting errors
22+
- uses: astral-sh/ruff-action@v2 # Fail fast if there are any linting errors
2323
with:
2424
version: 0.6.2 # consistent with pyproject.toml ?
2525
src: mikeio # ignore notebooks
@@ -50,5 +50,5 @@ jobs:
5050
- name: Upload build artifact
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: dist-${{matrix.os}}-${{matrix.python-version}}
53+
name: dist-${{matrix.python-version}}
5454
path: dist/*

0 commit comments

Comments
 (0)