Skip to content

Commit

Permalink
comment out matrix running for now- add appropriate conda-forge packa…
Browse files Browse the repository at this point in the history
…ge dependencies
  • Loading branch information
ilaflott committed Jan 30, 2025
1 parent 9c80fb8 commit 9719b46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# strategy:
# matrix:
# with_mpi: ['','--with-mpi']
# enable_quad_precision: ['', '--enable-quad-precision']

container:
image: ghcr.io/noaa-gfdl/fre-cli:miniconda24.7.1_gcc14.2.0
# image: ghcr.io/noaa-gfdl/fre-nctools-ci-rocky-gnu:14.2.0_v2
# env:
# MPI: ${{ matrix.with_mpi }}
# QUAD_P: ${{ matrix.enable_quad_precision }}

steps:
- name: Checkout Files
Expand Down
5 changes: 3 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ build:

requirements:
build:
- libnetcdf
- netcdf-fortran
- conda-forge::libnetcdf
- conda-forge::netcdf-fortran
- conda-forge::nco
run:

test:
Expand Down

0 comments on commit 9719b46

Please sign in to comment.