Skip to content

Commit

Permalink
[ci] update debian package name ; minimal run first
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 20f1bdc commit 6905f4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', 3]
multinest-tag: ['v3.10b']
MPI: ['mpich', 'openmpi', 'no']
#python-version: [3.8, 3.9, '3.10', 3]
python-version: [3]
#MPI: ['mpich', 'openmpi', 'no']
MPI: ['no']

defaults:
run:
Expand All @@ -38,7 +39,7 @@ jobs:

- name: Install build dependencies
run: |
sudo apt-get update && sudo apt-get -y --no-install-recommends install -y -qq libblas{3,-dev} liblapack{3,-dev} libatlas{3-base,-dev} cmake build-essential git gfortran
sudo apt-get update && sudo apt-get -y --no-install-recommends install -y -qq libblas{3,-dev} liblapack{3,-dev} libatlas-base{,-dev} cmake build-essential git gfortran
- name: Install openmpi
if: ${{ matrix.MPI == 'openmpi' }}
Expand Down

0 comments on commit 6905f4d

Please sign in to comment.