Skip to content

Commit

Permalink
use pre-commit from conda-forge
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Feb 6, 2025
1 parent 2d4f2f3 commit 62977a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
auto-update-conda: true
auto-activate-base: false
- name: Install pre-commit
run: conda install pre-commit
run: conda install -c conda-forge pre-commit
- name: Lint code with pre-commit
run: pre-commit run --verbose --all-files

0 comments on commit 62977a5

Please sign in to comment.