Skip to content

Commit

Permalink
fix pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wenting-zhao committed Sep 11, 2024
1 parent e7113ed commit b2f6a13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install datasets docker GitPython hydra-core modal

0 comments on commit b2f6a13

Please sign in to comment.