Skip to content

Commit 968047b

Browse files
committed
Again
1 parent be8f925 commit 968047b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
pip install -e ".[test]"
29-
pip install git+https://github.com/davidbrochart/anyio.git@selector-thread
29+
pip install -e git+https://github.com/davidbrochart/anyio.git@selector-thread#egg=anyio --ignore-installed
3030
- name: Check with mypy and ruff
3131
if: ${{ (matrix.python-version == '3.13') && (matrix.os == 'ubuntu-latest') }}
3232
run: |

0 commit comments

Comments
 (0)