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 c217f9d commit 871da2bCopy full SHA for 871da2b
.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@92dd9e47fe8862ee38770744c165b680cb5241b1
+ hatch run test:python -m pip install git+https://github.com/ipython/ipython@f9899071478fab03d9c7cf5c982141f2fa0af7d7
73
PYTHONTRACEMALLOC=20 hatch run test:pytest -v
74
75
- name: Check Launcher
0 commit comments