Skip to content

Commit

Permalink
Update the test image
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Feb 1, 2025
1 parent 58c3c06 commit 6510b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
unittest:
name: unittest
runs-on: ubuntu-24.04
container: seissol/gha-cpu:davschneller-gpu-image
strategy:
fail-fast: false
matrix:
Expand All @@ -36,7 +37,6 @@ jobs:
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update -y
sudo apt-get install -y libomp-dev libopenmpi-dev openmpi-bin openmpi-common ninja-build gfortran openmpi-bin openmpi-common libopenmpi-dev libnetcdf-dev libnuma-dev cmake
sudo apt-get install -y cxxtest
- name: build
Expand Down

0 comments on commit 6510b76

Please sign in to comment.