fix: add version constraint to utils/nextflow env yaml#4637
Conversation
📝 WalkthroughWalkthroughUpdated Nextflow environment configuration: pinned Nextflow to version 25.04.8 in environment.yaml and regenerated the explicit linux-64 conda lock/pin file with updated package URLs, versions, and metadata. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@fgvieira Any clue why the tests fail? Depending on run, we get permission errors on different binaries, e.g.,: |
|
Not very familiar with Maybe something to do with temp space? |
🤖 I have created a release *beep* *boop* --- ## [9.1.1](v9.1.0...v9.1.1) (2026-02-20) ### Bug Fixes * add version constraint to utils/nextflow env yaml ([#4637](#4637)) ([64522b5](64522b5)) ### Performance Improvements * autobump bio/diamond/blastp/environment.yaml ([#4973](#4973)) ([b4219b4](b4219b4)) * autobump bio/diamond/blastx/environment.yaml ([#4972](#4972)) ([f596278](f596278)) * autobump bio/diamond/makedb/environment.yaml ([#4971](#4971)) ([b79d8ba](b79d8ba)) * autobump bio/emu/abundance/environment.yaml ([#4975](#4975)) ([f17865d](f17865d)) * autobump bio/emu/collapse-taxonomy/environment.yaml ([#4974](#4974)) ([12da167](12da167)) * autobump bio/emu/combine-outputs/environment.yaml ([#4976](#4976)) ([8673b38](8673b38)) * autobump bio/mofa2/training/environment.yaml ([#4978](#4978)) ([d0e3c01](d0e3c01)) * autobump bio/rasusa/environment.yaml ([#4981](#4981)) ([489a899](489a899)) * autobump bio/unicycler/environment.yaml ([#4986](#4986)) ([bf63ea5](bf63ea5)) * autobump geo/rasterio/clip/environment.yaml ([#4985](#4985)) ([1ec0c08](1ec0c08)) * autobump phys/root/define_columns/environment.yaml ([#4980](#4980)) ([61b542c](61b542c)) * autobump phys/root/filter/environment.yaml ([#4982](#4982)) ([1004c62](1004c62)) * autobump phys/root/hadd/environment.yaml ([#4984](#4984)) ([7fc07f8](7fc07f8)) * autobump phys/root/rootcp/environment.yaml ([#4983](#4983)) ([1551e57](1551e57)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
As a less invasive alternative to snakemake/snakedeploy#107 this PR adds a version constraint to the nextflow version in the environment.yaml so
snakedeploy update-conda-envs --pin-envscan actually pick up changes.Summary by CodeRabbit