From 3583185097794d9de1136f5b46c54d94e48661e4 Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Wed, 12 Feb 2025 21:54:29 -0500 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f50b9623..c13e8d808 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: python -m pip install --upgrade pip setuptools # remove pygfx from install_requires, we install using pygfx@main sed -i "/pygfx/d" ./setup.py - pip install git+https://github.com/pygfx/pygfx.git@main + pip install git+https://github.com/pygfx/pygfx.git@396186a861b0b161c4dc0afcb7719f089be50abb - name: Install fastplotlib run: | # create string with one of: tests,imgui,notebook; test,imgui; test,notebook ; tests From 4b6634b6162ca9d351d42f179e05b108bf43b9b4 Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Wed, 12 Feb 2025 22:06:51 -0500 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c13e8d808..8de900c16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: python -m pip install --upgrade pip setuptools # remove pygfx from install_requires, we install using pygfx@main sed -i "/pygfx/d" ./setup.py - pip install git+https://github.com/pygfx/pygfx.git@396186a861b0b161c4dc0afcb7719f089be50abb + pip install git+https://github.com/pygfx/pygfx.git@7305cdf7e5fff7183a5967825d6f1f2164d999ae - name: Install fastplotlib run: | # create string with one of: tests,imgui,notebook; test,imgui; test,notebook ; tests