Skip to content

Commit

Permalink
Merge pull request #158 from ocean-eddy-cpt/bugfix-ci-python-version
Browse files Browse the repository at this point in the history
Fix python version for tests
  • Loading branch information
NoraLoose authored Sep 9, 2022
2 parents 5130514 + 49aa297 commit bb86bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Cache conda
Expand All @@ -33,6 +33,7 @@ jobs:
mamba-version: "*"
channels: conda-forge, defaults
channel-priority: true
python-version: ${{ matrix.python-version }}
activate-environment: gcm-filters-env
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ flake8-print
interrogate
isort
nbsphinx
numcodecs==0.10.1
numcodecs
pre-commit
pylint
pytest
Expand Down

0 comments on commit bb86bda

Please sign in to comment.