To Singularity (build tested): mpi4py (for PyPolyChord), enterprise_w… #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Apptainer Build (Ubuntu)' | |
#on: [push] | |
on: | |
push: | |
paths: | |
- 'containers/Singularity' | |
jobs: | |
build-apptainer-image: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ubuntu-latest] | |
max-parallel: 5 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: eWaterCycle/[email protected] | |
with: | |
apptainer-version: 1.1.3 | |
- name: Run an apptainer container | |
run: | | |
apptainer build image-build containers/Singularity |