Skip to content

Commit

Permalink
Update singularity to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg committed Aug 22, 2024
1 parent 47e1763 commit f876021
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 @@ -37,7 +37,7 @@ jobs:
# This is used to invalidate the conda environment every week
- name: Get week number
id: get-date
run: echo "::set-output name=week::$(/bin/date -u '+%Y-w%V')"
run: echo "week=$(/bin/date -u '+%Y-w%V')" >> $GITHUB_OUTPUT
shell: bash

- name: Cache conda environment
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Install singularity
uses: eWaterCycle/setup-singularity@v7
with:
singularity-version: 3.6.4
singularity-version: 3.7

- name: Cache singularity images
uses: actions/cache@v4
Expand Down

0 comments on commit f876021

Please sign in to comment.