Skip to content

Commit

Permalink
Ensure xesmf>=0.7 in CI
Browse files Browse the repository at this point in the history
if can do with conda selectors in the cf recipe, can remove this
  • Loading branch information
zmoon committed Mar 21, 2023
1 parent 79e1727 commit ccc3115
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
if: matrix.python-version == '3.6'
run: micromamba install cf_xarray=0.6.3

- name: Ensure xesmf>=0.7 if not on Python 3.6
if: matrix.python-version != '3.6'
run: micromamba install 'xesmf>=0.7'

- name: Install package
run: python -m pip install -e . --no-deps

Expand Down

0 comments on commit ccc3115

Please sign in to comment.