Skip to content

Commit a674768

Browse files
committed
update .github/workflows/pre-commit.yml
1 parent e7113ed commit a674768

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
@@ -11,4 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
14+
- name: Install dependencies
15+
run: |
16+
python -m pip install --upgrade pip
17+
pip install datasets docker GitPython hydra-core modal
1418
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)