File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,24 @@ 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/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
51+ hatch run cov:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
5052 hatch run cov:test --cov-fail-under 50
5153
5254 - name : Run the tests on pypy
5355 timeout-minutes : 15
5456 if : ${{ startsWith( matrix.python-version, 'pypy' ) }}
5557 run : |
58+ hatch run test:pip install git+https://github.com/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
59+ hatch run test:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
5660 hatch run test:nowarn
5761
5862 - name : Run the tests on Windows
5963 timeout-minutes : 15
6064 if : ${{ startsWith(matrix.os, 'windows') }}
6165 run : |
66+ hatch run cov:pip install git+https://github.com/graingert/zmq-anyio.git@simplify-wait-readable-loop#egg=zmq-anyio --ignore-installed
67+ hatch run cov:pip install git+https://github.com/agronholm/anyio.git@notify-closing#egg=anyio --ignore-installed
6268 hatch run cov:nowarn
6369
6470 - name : Check Launcher
You can’t perform that action at this time.
0 commit comments