bihealth / cubi-tk

CUBI Tooling for SODAR, VarFish et al.
MIT License
4 stars 6 forks source link

CI workflow fails with newest snappy version #236

Closed Nicolai-vKuegelgen closed 3 months ago

Nicolai-vKuegelgen commented 3 months ago

Describe the bug The current cubi-tk installation depends on snappy. However, with the recent snappy 0.2 releases it seems that cubi-tk fails to install properly.

To Reproduce Run CI or try to install from scratch in an empty environment

Expected behavior Installation & CI need to work.
We should either pin the snappy version or update the cubi-tk build/install process to work with the newer versions.

Nicolai-vKuegelgen commented 3 months ago

Example: https://github.com/bihealth/cubi-tk/actions/runs/10452794729/job/28941957961?pr=235

tedil commented 3 months ago

I'd suggest we pin the snappy-pipeline version to v0.1.1 for now, and then in a second step check and update cubi-tk requirements and potentially bump snappy-pipeline to v0.2.x

Nicolai-vKuegelgen commented 3 months ago

Sounds goods / seems to fix the issue for now - I'll close this as solved