From 057f62cfc4e159e6e864944c1b6f1a15c8a3903b Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 17 Dec 2024 20:47:13 +0100 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 172e8a6f..5ecd4610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,7 @@ jobs: run: | hatch run test:pip list hatch run test:python --version + hatch run test:python -m pip install pip install git+https://github.com/ipython/ipython@92dd9e47fe8862ee38770744c165b680cb5241b1 PYTHONTRACEMALLOC=20 hatch run test:pytest -v - name: Check Launcher