Skip to content

Commit

Permalink
Merge pull request #132 from noaa-oar-arl/ci36
Browse files Browse the repository at this point in the history
Fix CI for Python 3.6
  • Loading branch information
zmoon authored May 8, 2023
2 parents 9576a97 + 0d1e1b3 commit dd5b72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
extra-specs: |
python=${{ matrix.python-version }}
- name: Downgrade cf-xarray if on Python 3.6
- name: Downgrades if on Python 3.6
if: matrix.python-version == '3.6'
run: micromamba install cf_xarray=0.6.3
run: micromamba install cf_xarray=0.6.3 attrs=22.2.0

- name: Ensure xesmf>=0.7 if not on Python 3.6
if: matrix.python-version != '3.6'
Expand Down

0 comments on commit dd5b72d

Please sign in to comment.