Skip to content

Commit

Permalink
Use Apptainer Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 9, 2025
1 parent 275fd63 commit 7a7a7ad
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set revision
run: |
Expand All @@ -35,6 +35,11 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install Apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.6

- name: Show environment
run: |
python --version
Expand Down Expand Up @@ -83,13 +88,6 @@ jobs:
popd
rm -r runsolver-dir/
- name: Install Apptainer
working-directory: ../deps
run: |
sudo add-apt-repository -y ppa:apptainer/ppa
sudo apt-get update
sudo apt-get install -y apptainer
- name: Compile VAL
working-directory: ../deps
run: |
Expand Down

0 comments on commit 7a7a7ad

Please sign in to comment.