From cc1bc799d1d38f27c4d78dfc38d1065aafe5fb6b Mon Sep 17 00:00:00 2001 From: Benedikt Best <63287233+btbest@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:31:57 +0100 Subject: [PATCH] Github Actions ilastik-env: Disallow bad pyqt5-sip versions These two versions cause a "Fatal Python Error. Aborted" in Github Actions with os=ubuntu-latest, reasons unknown, not reproducible on my system. Should be removed when the runner pulls something >12.13.0 that works fine by default. --- .github/workflows/etc/ilastik-env.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/etc/ilastik-env.yaml b/.github/workflows/etc/ilastik-env.yaml index 5a17eae5..3d9f332f 100644 --- a/.github/workflows/etc/ilastik-env.yaml +++ b/.github/workflows/etc/ilastik-env.yaml @@ -4,6 +4,7 @@ channels: dependencies: - python 3.9.* - ilastik-core + - pyqt5-sip !=12.9.0,!=12.13.0 - qimage2ndarray - pyqtgraph - conda-build