File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 lint_and_test :
2222 strategy :
2323 matrix :
24- os : [mmbswarm-python ]
24+ os : [mmbswarm]
2525 python-version : ["3.10", "3.11", "3.12"]
2626 runs-on : ${{ matrix.os }}
2727 steps :
Original file line number Diff line number Diff line change 99 pr_test :
1010 strategy :
1111 matrix :
12- os : [mmbswarm-python ]
12+ os : [mmbswarm]
1313 python-version : ["3.10"]
1414 runs-on : ${{ matrix.os }}
1515 steps :
Original file line number Diff line number Diff line change 2121 test_containers :
2222 strategy :
2323 matrix :
24- os : [mmbswarm-containers ]
24+ os : [ubuntu-latest ]
2525 python-version : ["3.11"]
2626 runs-on : ${{ matrix.os }}
2727 steps :
@@ -43,14 +43,14 @@ jobs:
4343 rm -rf $HOME/.bash_profile $HOME/.conda $HOME/micromamba $HOME/micromamba-bin 2>/dev/null
4444 touch $HOME/.bash_profile
4545
46- # - name: Install Singularity (via Apptainer)
47- # run: |
48- # sudo apt-get update
49- # sudo apt-get install -y software-properties-common
50- # sudo add-apt-repository -y ppa:apptainer/ppa
51- # sudo apt-get update
52- # sudo apt-get install -y apptainer
53- # singularity --version
46+ - name : Install Singularity (via Apptainer)
47+ run : |
48+ sudo apt-get update
49+ sudo apt-get install -y software-properties-common
50+ sudo add-apt-repository -y ppa:apptainer/ppa
51+ sudo apt-get update
52+ sudo apt-get install -y apptainer
53+ singularity --version
5454
5555 - name : setup-micromamba
5656 uses : mamba-org/setup-micromamba@v2.0.0
You can’t perform that action at this time.
0 commit comments