Skip to content

Commit 94476ca

Browse files
committed
fix workflow
1 parent 6089ad1 commit 94476ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
35+
if [ -f image_extra_requirements.txt ]; then pip install -r image_extra_requirements.txt; fi
3536
if [ -f setup_requirements.txt ]; then pip install -r setup_requirements.txt; fi
3637
if [ -f test_requirements.txt ]; then pip install -r test_requirements.txt; fi
3738
- name: Lint

0 commit comments

Comments
 (0)