Skip to content

Commit c00958e

Browse files
committed
Test notify-closing
1 parent 83b51a6 commit c00958e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
timeout-minutes: 15
4848
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
4949
run: |
50+
hatch run cov:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
51+
hatch run cov:pip install git+https://github.com/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
5052
hatch run cov:test --cov-fail-under 50
5153
5254
- name: Run the tests on pypy

0 commit comments

Comments
 (0)