Skip to content

Commit

Permalink
CI: Update default build to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed May 18, 2022
1 parent 8e1ce2d commit 72ae7a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9"]
python-version: ["3.10"]
include:
- os: ubuntu-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.8"
# Python 3.10 run is disabled, because nose doesn't support Python 3.10
#- os: ubuntu-latest
# python-version: "3.10"

steps:
- uses: actions/checkout@v3
Expand All @@ -42,7 +41,7 @@ jobs:
run:
pytest --ignore=./test/test_connectors -v --cov=ema_workbench/em_framework --cov=ema_workbench/util --cov=ema_workbench/analysis
- name: Coveralls
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit 72ae7a0

Please sign in to comment.