Skip to content

Commit

Permalink
remove empty versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 19, 2024
1 parent f7e2d17 commit b7236ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
version: "${{ matrix.NXF_VER }}"

- name: Set up Apptainer
if: matrix.profile == 'singularity'
if: matrix.exec_profile == 'singularity'
uses: eWaterCycle/setup-apptainer@main

- name: Set up Singularity
if: matrix.profile == 'singularity'
if: matrix.exec_profile == 'singularity'
run: |
mkdir -p $NXF_SINGULARITY_CACHEDIR
mkdir -p $NXF_SINGULARITY_LIBRARYDIR
Expand Down

0 comments on commit b7236ac

Please sign in to comment.