Skip to content

Commit

Permalink
Fix singularity image name when pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 26, 2024
1 parent cedef9e commit 12627bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Pull Singularity image
run: |
module load singularity/${{ env.SINGULARITY_VERSION }}
singularity pull oras://ghcr.io/cexa-project/kokkos-fft/base_cuda.sif
singularity pull oras://ghcr.io/cexa-project/kokkos-fft/base_cuda.sif:latest
- name: Run test within Slurm job
run: |
Expand Down

0 comments on commit 12627bb

Please sign in to comment.