Skip to content

Commit

Permalink
[ci] less jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 864c2b1 commit b33be92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', 3]
MPI: ['mpich', 'openmpi', 'no']
#python-version: [3.8, 3.9, '3.10', 3]
#MPI: ['mpich', 'openmpi', 'no']
python-version: [3]
MPI: ['openmpi', 'no']

defaults:
run:
Expand Down

0 comments on commit b33be92

Please sign in to comment.