From 8b55cd9972a8bc405320d93d1cd80a5d03f3365b Mon Sep 17 00:00:00 2001 From: Chenglim Ear Date: Wed, 1 Nov 2023 10:41:38 -0700 Subject: [PATCH] remove new version of sqlalchemy since it breaks csvsql in `make import` --- .github/workflows/main.yml | 2 ++ download/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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