Skip to content

Commit

Permalink
Fixed linting in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
abingham committed Sep 11, 2024
1 parent f29cc14 commit b8bff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: uv sync -i https://pypi.org/simple # Ignore download URLs in uv.lock.
- name: Lint with ruff
run: uv run ruff src/cosmic_ray
run: uv run ruff check src/cosmic_ray
- name: Test with pytest
run: uv run pytest tests --run-slow

Expand Down

0 comments on commit b8bff39

Please sign in to comment.