Skip to content

Commit

Permalink
Merge pull request #152 from cmu-delphi/reorder-reqs
Browse files Browse the repository at this point in the history
Reorder Python requirements in makefile
  • Loading branch information
chinandrew authored Oct 26, 2020
2 parents cc1b8df + 7250953 commit 08114f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Python-packages/covidcast-py/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY = lint, test, install-requirements, build-and-install

install-requirements:
pip install -r requirements_ci.txt
pip install -r requirements_dev.txt
pip install -r requirements_ci.txt

build-and-install: install-requirements
python3 setup.py clean
Expand Down
4 changes: 2 additions & 2 deletions Python-packages/covidcast-py/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wheel
sphinx
sphinx-autodoc-typehints
wheel
sphinx-autodoc-typehints

0 comments on commit 08114f9

Please sign in to comment.