Skip to content

Commit

Permalink
using sinularityhub/install-singularity action to install singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-abdullah committed Aug 7, 2024
1 parent a1d117b commit f77b4b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/quicktest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
# uses: actions/setup-go@v5
# with:
# go-version: '^1.13.1' # The Go version to download (if necessary) and use.
# - name: Set up Singularity
# uses: eWaterCycle/setup-singularity@v7
# with:
# singularity-version: 3.8.7
- name: Set up Apptainer
uses: eWaterCycle/setup-apptainer@v2
- name: Set up Singularity
uses: singularityhub/install-singularity@main
with:
apptainer-version: 1.3.3
singularity-version: '4.1.4'
# - name: Set up Apptainer
# uses: eWaterCycle/setup-apptainer@v2
# with:
# apptainer-version: 1.3.3

# Build Docker Image and convert it to Apptainer
build-apptainer-image:
Expand Down

0 comments on commit f77b4b1

Please sign in to comment.