Skip to content

Commit

Permalink
add downgrade step for Python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 7, 2024
1 parent 7b41992 commit 4c8b76a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ jobs:
create-args: >-
mamba
python=${{ matrix.python-version }}
- name: Downgrade intake-esm
if: matrix.python-version == '3.9'
run: |
micromamba install -y -c conda-forge intake-esm=2023.11.10
- name: Conda and Mamba versions
run: |
mamba --version
Expand Down

0 comments on commit 4c8b76a

Please sign in to comment.