We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edde446 commit e0e1106Copy full SHA for e0e1106
.github/workflows/container-image.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
echo "Building Singularity CPU Image"
27
(cd pr/.github/workflows/images && sudo apptainer build pr/.github/workflows/images/mfc_cpu.sif Singularity.cpu)
28
- apptainer run --fakeroot pr/.github/workflows/images/mfc_cpu.sif test -a --no-build --no-mpi
+ apptainer run --fakeroot mfc_cpu.sif test -a --no-build --no-mpi
29
- name: Upload images as artifacts
30
uses: actions/upload-artifact@v4
31
if: always()
0 commit comments