Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Jan 14, 2022
1 parent 6089ad1 commit 94476ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f image_extra_requirements.txt ]; then pip install -r image_extra_requirements.txt; fi
if [ -f setup_requirements.txt ]; then pip install -r setup_requirements.txt; fi
if [ -f test_requirements.txt ]; then pip install -r test_requirements.txt; fi
- name: Lint
Expand Down

0 comments on commit 94476ca

Please sign in to comment.