Skip to content

Commit

Permalink
[ci] avoid python 3.11 for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 02b93e3 commit 61c45b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
#python-version: [3.8, 3.9, '3.10', 3]
#MPI: ['mpich', 'openmpi', 'no']
python-version: [3]
python-version: ['3.10']
MPI: ['openmpi', 'no']

defaults:
Expand Down Expand Up @@ -115,6 +115,7 @@ jobs:
github-token: ${{ secrets.github_token }}

CondaTest:
if: false
runs-on: ubuntu-latest

defaults:
Expand Down

0 comments on commit 61c45b4

Please sign in to comment.