Skip to content

Commit

Permalink
try fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Sep 28, 2024
1 parent 51040e9 commit e639d79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/checkout@v4

- name: install linting packages
run: pip install pre-commit
# I added --break-system-packages due to pep 668. No need to protect
# system packages in a github container.
run: pip install pre-commit --break-system-packages

- name: run all precommits
run: pre-commit run --files dascore/**/*

0 comments on commit e639d79

Please sign in to comment.