diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74e7adca6..06a3ec5c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,5 +77,7 @@ jobs: run: | make download make import + make process + # move the following up to download section when it's working python download/main.py diff --git a/download/requirements.txt b/download/requirements.txt index c90e61684..70996f1fd 100644 --- a/download/requirements.txt +++ b/download/requirements.txt @@ -1,4 +1,5 @@ pandas~=2.0.3 -SQLAlchemy~=2.0.20 +# The following version causes csvsql to fail +#SQLAlchemy~=2.0.20 psycopg2~=2.9.7 gdrive-datastore==0.0.1.5