Skip to content

Commit

Permalink
ci: Switch to singularityhub action
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Feb 16, 2024
1 parent 0b50913 commit a4a11c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,11 @@ jobs:
with:
version: latest-everything

- name: Setup apptainer
- name: Install Singularity
if: matrix.profile == 'singularity'
uses: eWaterCycle/setup-apptainer@main
uses: singularityhub/install-singularity@main
with:
singularity-version: 4.0.2

- name: Set up Singularity
if: matrix.profile == 'singularity'
Expand Down

0 comments on commit a4a11c5

Please sign in to comment.