Skip to content

Commit 1da1722

Browse files
committed
Checking new gh actions runners
1 parent 774ea45 commit 1da1722

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/linting_and_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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:

.github/workflows/test_containers.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)