We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8f925 commit 968047bCopy full SHA for 968047b
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
pip install -e ".[test]"
29
- pip install git+https://github.com/davidbrochart/anyio.git@selector-thread
+ pip install -e git+https://github.com/davidbrochart/anyio.git@selector-thread#egg=anyio --ignore-installed
30
- name: Check with mypy and ruff
31
if: ${{ (matrix.python-version == '3.13') && (matrix.os == 'ubuntu-latest') }}
32
0 commit comments