Skip to content

Commit

Permalink
Update xskillscore_testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronspring authored Oct 29, 2023
1 parent 54fad8e commit 755d6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xskillscore_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Set up conda
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
channels: conda-forge
mamba-version: "*"
activate-environment: xskillscore-minimum-tests
python-version: 3.8
python-version: 3.9
- name: Set up conda environment
run: |
mamba env update -f ci/minimum-tests.yml
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
channels: conda-forge
mamba-version: "*"
activate-environment: xskillscore-docs-notebooks
python-version: 3.8
python-version: 3.9
- name: Set up conda environment
run: |
mamba env update -f ci/docs_notebooks.yml
Expand Down

0 comments on commit 755d6ba

Please sign in to comment.