Skip to content

Commit

Permalink
ci: Remove variable Nextflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 14, 2024
1 parent c3f3fbe commit 1095134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NFT_VER: "0.9.0"
NFT_VER: "0.9.2"
NXF_ANSI_LOG: false
NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/.singularity
NXF_SINGULARITY_LIBRARYDIR: ${{ github.workspace }}/.singularity
Expand Down Expand Up @@ -96,8 +96,6 @@ jobs:

- name: Setup Nextflow
uses: nf-core/setup-nextflow@v2
with:
version: ${{ env.NXF_VER }}

- name: Install nf-test
uses: nf-core/setup-nf-test@v1
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,9 @@ jobs:
with:
distribution: "temurin"
java-version: "17"
- name: Setup Nextflow ${{ matrix.NXF_VER }}

- name: Setup Nextflow
uses: nf-core/setup-nextflow@v2
with:
version: "${{ matrix.NXF_VER }}"

- name: Setup apptainer
if: matrix.profile == 'singularity'
Expand Down

0 comments on commit 1095134

Please sign in to comment.