Skip to content

Commit

Permalink
GitHub actions : upgrade versions. Update environment for plotmap
Browse files Browse the repository at this point in the history
  • Loading branch information
senesis committed Feb 16, 2024
1 parent 436b48f commit 992faaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
shell: bash -el {0}
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v4
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
shell: bash -el {0}
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v4
with:
miniforge-variant: Mambaforge
miniforge-version: latest
Expand Down
4 changes: 4 additions & 0 deletions conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ dependencies:
- ncl
- ncview
- python=3
- ipython
- exiv2
- latexcodec
- pyproj
- proj
- geocat-viz
- pip
- pip:
- netCDF4
Expand Down

0 comments on commit 992faaa

Please sign in to comment.