From 6efd56814e2c67ee0f07d72ad67053937d61a8fc Mon Sep 17 00:00:00 2001 From: palewire Date: Mon, 18 Apr 2022 09:02:07 -0700 Subject: [PATCH] Download data --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03bccb7..9d5c7a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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