Skip to content

Commit cf8144a

Browse files
committed
Install ipython main
1 parent 15bb2fa commit cf8144a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)