Skip to content

Commit

Permalink
Use conda-incubator/setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas authored Mar 15, 2024
1 parent 235d548 commit b876e61
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
fail-fast: false
matrix:
compiler: [gfortran-10, gfortran-11, gfortran-12]
python-version: 3.11
env:
F90: ${{ matrix.compiler }}
FC: ${{ matrix.compiler }}
Expand All @@ -61,11 +62,15 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: ${{ matrix.python-version }}
- name: Setup conda
uses: s-weigand/[email protected]
# uses: s-weigand/[email protected]
# with:
# python-version: 3.11
uses: conda-incubator/[email protected]
with:
python-version: 3.11
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Install python packages
run: conda install --yes cartopy matplotlib netcdf4
# NetCDF C and FORTRAN libraries
Expand Down

0 comments on commit b876e61

Please sign in to comment.