Skip to content

Commit d5b7ebf

Browse files
authored
Update pre-commit.yml
1 parent ac667a9 commit d5b7ebf

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)