Skip to content

Commit

Permalink
Github Actions ilastik-env: Disallow bad pyqt5-sip versions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
btbest committed Jan 12, 2024
1 parent 94ff016 commit cc1bc79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/etc/ilastik-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python 3.9.*
- ilastik-core
- pyqt5-sip !=12.9.0,!=12.13.0
- qimage2ndarray
- pyqtgraph
- conda-build
Expand Down

0 comments on commit cc1bc79

Please sign in to comment.