Skip to content

Commit

Permalink
update .github/workflows/pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenting-zhao committed Sep 11, 2024
1 parent 9c3f0ba commit 460fa76
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 @@ -14,6 +14,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install datasets docker GitPython hydra-core modal
pip install datasets docker GitPython hydra-core modal pre-commit
- name: Lint
run: pre-commit run -a

0 comments on commit 460fa76

Please sign in to comment.