Skip to content

Commit 45f9550

Browse files
committed
Restore env before running gino tests
1 parent 4455cb8 commit 45f9550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ _pytest tests/ext -m orm
6161
_pip uninstall -y orm
6262

6363
echo "Running tests GINO tests"
64-
_pip install -U "gino[starlette]"
64+
_pip install -U "gino[starlette]" "sqlalchemy<1.4" "asyncpg"
6565
_pytest tests -m gino
6666
_pip uninstall -y gino gino-starlette
6767

0 commit comments

Comments
 (0)