Skip to content

Commit

Permalink
[ci] run with all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 0c8f7b9 commit 11d3153
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
Test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
#python-version: [3.8, 3.9, '3.10', 3]
python-version: [3]
#MPI: ['mpich', 'openmpi', 'no']
MPI: ['no']
python-version: [3.8, 3.9, '3.10', 3]
MPI: ['mpich', 'openmpi', 'no']

defaults:
run:
Expand Down Expand Up @@ -109,9 +107,9 @@ jobs:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
if: ${{ matrix.MPI == 'no' }}
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

CondaTest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 11d3153

Please sign in to comment.