Skip to content

Commit

Permalink
remove new version of sqlalchemy since it breaks csvsql in make import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Nov 1, 2023
1 parent f08c7c1 commit 8b55cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion download/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8b55cd9

Please sign in to comment.