Fix nested Annotated calls not resolving

This commit is contained in:
Rapptz
2022-08-17 10:38:12 -04:00
parent 8dd186cf1e
commit 1c7747fe9d
7 changed files with 70 additions and 18 deletions

View File

@ -26,8 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel "coverage[toml]" pytest pytest-asyncio pytest-cov pytest-mock
pip install -U -r requirements.txt
python -m pip install -e .[test]
- name: Run tests
shell: bash