BIMSBbioinfo / pigx_sars-cov-2

PiGx SARS-CoV-2 wastewater sequencing pipeline
GNU General Public License v3.0
18 stars 3 forks source link

Install action fails due to Guix interal issues #164

Closed jonasfreimuth closed 1 year ago

jonasfreimuth commented 1 year ago

For the longest time this has been due to issues referenced in PromyLOPh/guix-install-action#19, and PromyLOPh/guix-install-action#20, but now is due to the base Guix binaries provided by ci.guix.gnu.org not being updated. This leads to outdated package versions that do not build properly (at least how I understand it). In our case, the culprit is python-google-auth. This should be fixable by instructing th guix-install action to do a guix pull after installing, which is costly in terms of time, but necessary until we can get up-to-date binaries again.