fix: add version constraint to utils/nextflow env yaml#4637
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? |
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