Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Nextflow Versions #7019

Merged
merged 3 commits into from
Nov 19, 2024
Merged

Bump Nextflow Versions #7019

merged 3 commits into from
Nov 19, 2024

Conversation

edmundmiller
Copy link
Contributor

@edmundmiller edmundmiller commented Nov 18, 2024

Fixes #6664

@edmundmiller edmundmiller self-assigned this Nov 18, 2024
Copy link
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, nevermind I saw you changed the env variable

@@ -33,7 +35,7 @@ runs:
- name: Install nf-test
uses: nf-core/setup-nf-test@v1
with:
version: "0.9.2"
version: "${{ env.NFTEST_VERSION }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we use NFT_VERSION in other actions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that's what the renovate regex had by default. We could probably get away with VER

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for NFT_VERSION

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say we use *_VER because that's the default env name than NXF recognize, and we used NFT_VER to be coherent.
I'd rather NFT_VER, but I'm fine with whatever as long as use the same everywhere

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, sorry, meant NFT_VER

@edmundmiller edmundmiller marked this pull request as ready for review November 19, 2024 03:13
@edmundmiller edmundmiller requested a review from a team as a code owner November 19, 2024 03:13
@edmundmiller edmundmiller merged commit c0ef8c3 into master Nov 19, 2024
34 of 35 checks passed
@edmundmiller edmundmiller deleted the bump-nxf-versions branch November 19, 2024 03:13
@edmundmiller edmundmiller mentioned this pull request Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Caused by: java.nio.channels.OverlappingFileLockException
3 participants