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 3c0dbcb commit 96ae494Copy full SHA for 96ae494
.github/workflows/test.yml
@@ -34,7 +34,6 @@ jobs:
34
- name: Install dependencies
35
run: |
36
pip install -e ".[test]"
37
- pip install git+https://github.com/agronholm/anyio.git#egg=anyio --ignore-installed
38
- name: Check with mypy and ruff
39
if: ${{ (matrix.python-version == '3.13') && (matrix.os == 'ubuntu-latest') }}
40
0 commit comments