Skip to content

Commit

Permalink
Install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoparrilla committed Mar 10, 2021
1 parent 34a601d commit acb9be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -17,6 +17,7 @@ jobs:
- name: Install dev dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements/dev.txt ]; then pip install -r requirements/dev.txt; fi
- name: Install compile time dependencies
run: if [ -f requirements/layer.txt ]; then pip install -r requirements/layer.txt; fi
- name: Build image
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install dev dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements/dev.txt ]; then pip install -r requirements/dev.txt; fi
- name: Install compile time dependencies
run: if [ -f requirements/layer.txt ]; then pip install -r requirements/layer.txt; fi
- name: Build image
Expand Down

0 comments on commit acb9be4

Please sign in to comment.