File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,21 @@ jobs:
4949 timeout-minutes : 15
5050 if : ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
5151 run : |
52+ hatch run cov:python -m pip install https://github.com/ipython/ipython/archive/main.zip --ignore-installed
5253 hatch run cov:test --cov-fail-under 50
5354
5455 - name : Run the tests on pypy
5556 timeout-minutes : 15
5657 if : ${{ startsWith( matrix.python-version, 'pypy' ) }}
5758 run : |
59+ hatch run test:python -m pip install https://github.com/ipython/ipython/archive/main.zip --ignore-installed
5860 hatch run test:nowarn
5961
6062 - name : Run the tests on Windows
6163 timeout-minutes : 15
6264 if : ${{ startsWith(matrix.os, 'windows') }}
6365 run : |
66+ hatch run cov:python -m pip install https://github.com/ipython/ipython/archive/main.zip --ignore-installed
6467 hatch run cov:nowarn
6568
6669 - name : Check Launcher
You can’t perform that action at this time.
0 commit comments