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 b7e83a9 commit 0164808Copy full SHA for 0164808
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
run: |
127
python --version
128
python -m pip install .
129
- python -m pip install pytest
+ python -m pip install pytest typing_extensions
130
cd ${{ github.workspace }}/sqlalchemy
131
python -m pytest --dburi=mysql+mariadbconnector://$TEST_DB_USER:$TEST_DB_PASSWORD@$TEST_DB_HOST:$TEST_DB_PORT/$LOCAL_DB --backend-only
132
env:
0 commit comments