biocore / metagenomics_pooling_notebook

Jupyter notebooks to assist with sample processing
MIT License
8 stars 16 forks source link

Pin seqtk to v1.4 or above to fix spontaneous CI errors #239

Closed AmandaBirmingham closed 1 month ago

AmandaBirmingham commented 1 month ago

CI tests that passed three weeks ago failed today, with zero changes to the code. Tracked this to today's CI run installing a different version of seqtk (1.2) in the metapool environment, while the earlier, passing CI run installed version 1.4. Pinned to 1.4 or above to prevent this in the future; now the tests pass again ;)