Skip to content

Commit 0164808

Browse files
committed
Install typing extension
1 parent b7e83a9 commit 0164808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
python --version
128128
python -m pip install .
129-
python -m pip install pytest
129+
python -m pip install pytest typing_extensions
130130
cd ${{ github.workspace }}/sqlalchemy
131131
python -m pytest --dburi=mysql+mariadbconnector://$TEST_DB_USER:$TEST_DB_PASSWORD@$TEST_DB_HOST:$TEST_DB_PORT/$LOCAL_DB --backend-only
132132
env:

0 commit comments

Comments
 (0)