Skip to content

Commit

Permalink
Update full test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Dec 12, 2024
1 parent d75fecc commit f3c8c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

0 comments on commit f3c8c39

Please sign in to comment.