We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871da2b commit 70dd107Copy full SHA for 70dd107
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
hatch run test:pip list
71
hatch run test:python --version
72
- hatch run test:python -m pip install git+https://github.com/ipython/ipython@f9899071478fab03d9c7cf5c982141f2fa0af7d7
+ hatch run test:python -m pip install git+https://github.com/ipython/ipython@ea303f8330fddbc786e1fcbf31e881feb7a606b3
73
PYTHONTRACEMALLOC=20 hatch run test:pytest -v
74
75
- name: Check Launcher
0 commit comments