Skip to content

Commit 96ae494

Browse files
authored
remove pre-release dep
1 parent 3c0dbcb commit 96ae494

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
pip install -e ".[test]"
37-
pip install git+https://github.com/agronholm/anyio.git#egg=anyio --ignore-installed
3837
- name: Check with mypy and ruff
3938
if: ${{ (matrix.python-version == '3.13') && (matrix.os == 'ubuntu-latest') }}
4039
run: |

0 commit comments

Comments
 (0)