Skip to content

Commit 0608340

Browse files
committed
unpin SQLAlchemy version in workflow
1 parent 2ed4803 commit 0608340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup databases
2929
run: |
3030
pip install .
31-
pip install mysqlclient psycopg2-binary SQLAlchemy==1.4.49
31+
pip install mysqlclient psycopg2-binary SQLAlchemy
3232
3333
- name: Run tests
3434
run: python tests/sql.py

0 commit comments

Comments
 (0)