From 5fe978cb947b7f4b6363d053b1f26edd043365b0 Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:11:56 -0800 Subject: [PATCH] CI Linux: lining it up with the other workflow yml files and don't install tkinter_gl from source. --- .github/workflows/linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3ece8fbb..e1857b06 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,8 +30,7 @@ jobs: pip install --pre --extra-index-url https://test.pypi.org/simple cypari && pip install git+https://github.com/3-manifolds/PLink && pip install git+https://github.com/3-manifolds/snappy_manifolds && - pip install git+https://github.com/3-manifolds/Spherogram && - pip install git+https://github.com/3-manifolds/tkinter_gl + pip install git+https://github.com/3-manifolds/Spherogram CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel} CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl