Skip to content

Commit b2f6a13

Browse files
committed
fix pre-commit errors
1 parent e7113ed commit b2f6a13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
1414
- uses: pre-commit/[email protected]
15+
- name: Install dependencies
16+
run: |
17+
python -m pip install --upgrade pip
18+
pip install datasets docker GitPython hydra-core modal

0 commit comments

Comments
 (0)