Skip to content

Commit e0fbd33

Browse files
committed
add requirements
1 parent 8b28b08 commit e0fbd33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install -r requirements.txt
32+
pip install -r requirements-dataproc.txt
3233
pip install -r requirements-dev.txt
3334
- name: Check Ruff Format
3435
run: ruff format --check v03_pipeline --diff

0 commit comments

Comments
 (0)