Skip to content

Commit 1676e3e

Browse files
committed
Test SQLAlchemy 1 on CI
1 parent 571bf42 commit 1676e3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424
make
2525
sudo make install
2626
- run: pytest
27+
28+
- run: pip install "SQLAlchemy<2" -U
29+
- run: pytest tests/test_sqlalchemy.py

0 commit comments

Comments
 (0)