Skip to content

Commit

Permalink
unpin SQLAlchemy version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 4, 2023
1 parent 2ed4803 commit 0608340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup databases
run: |
pip install .
pip install mysqlclient psycopg2-binary SQLAlchemy==1.4.49
pip install mysqlclient psycopg2-binary SQLAlchemy
- name: Run tests
run: python tests/sql.py
Expand Down

0 comments on commit 0608340

Please sign in to comment.