We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571bf42 commit 1676e3eCopy full SHA for 1676e3e
.github/workflows/build.yml
@@ -24,3 +24,6 @@ jobs:
24
make
25
sudo make install
26
- run: pytest
27
+
28
+ - run: pip install "SQLAlchemy<2" -U
29
+ - run: pytest tests/test_sqlalchemy.py
0 commit comments