Skip to content

Commit

Permalink
ci(deploy): Fix bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mackey committed Jul 2, 2021
1 parent fba4d85 commit a388742
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
with:
python-version: 3.7
- name: install python dependencies
run: pip install pollination-annual-daylight
run: pip install -r requirements.txt
run: |
pip install pollination-annual-daylight
pip install -r requirements.txt
- name: deploy to production
run: |
queenbee
Expand Down

0 comments on commit a388742

Please sign in to comment.