Skip to content

Commit

Permalink
Download data
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 18, 2022
1 parent 1b3f97f commit 6efd568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
name: Install Python dependencies
run: pipenv install click python-dateutil pandas numpy --skip-lock --python ${{ matrix.python }}

- id: download-data
name: Download download
run: pipenv run python cpi/download.py

- id: tests
name: Run tests
run: pipenv run python tests.py
Expand Down

0 comments on commit 6efd568

Please sign in to comment.