Skip to content

Commit

Permalink
Update dependencies before running script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonamdev committed Oct 1, 2020
1 parent 4336a15 commit 7cbb243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Execute Download Script
run: |
python download_latest.py
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests

0 comments on commit 7cbb243

Please sign in to comment.