Skip to content

Commit

Permalink
Update setup-singularity action
Browse files Browse the repository at this point in the history
Attempt to utilize pre-built singularity to avoid building from source.
  • Loading branch information
jmuhlich authored Sep 11, 2023
1 parent 8fdcb5d commit 7268711
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 @@ -84,10 +84,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Singularity
uses: eWaterCycle/setup-singularity@v6
uses: eWaterCycle/setup-singularity@v7
if: ${{ contains(matrix.params, 'singularity') }}
with:
singularity-version: 3.6.4
singularity-version: 3.8.3
- name: Install Nextflow
run: curl -fsSL get.nextflow.io | bash
- name: Restore exemplar-001 cache
Expand Down

0 comments on commit 7268711

Please sign in to comment.