Skip to content

Commit

Permalink
Updating dev requirements to track down cache issue with eeweather
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Apr 30, 2021
1 parent 8f6a23c commit 09b9c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel flake8 pytest pytest-cov coverage
pip install wheel flake8
pip install -r dev-requirements.txt
pip install -e .
- name: Prime Cache
run: |
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytest==6.1.0
pytest-cov==2.10.0
coverage
Sphinx==3.5.3
mock==2.0.0
jupyter==1.0.0
Expand Down

0 comments on commit 09b9c17

Please sign in to comment.