Skip to content

Commit

Permalink
ci bugfix: Using h5py>=3.4 to avoid 'H5Pset_fapl_ros3 is undefined' e…
Browse files Browse the repository at this point in the history
…rror and to work with Conda's NetCDF.
  • Loading branch information
scrasmussen committed Nov 15, 2023
1 parent 73cdb1e commit d3652b6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci_run_scm_rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

#######################################################################################
# Python setup
#######################################################################################
#######################################################################################
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand All @@ -49,10 +49,9 @@ jobs:
run: |
echo $CONDA/bin >> $GITHUB_PATH
- name: Install python libraries
- name: Install NetCDF Python libraries
run: |
conda install --yes -c conda-forge f90nml
conda install --yes -c conda-forge netCDF4
conda install --yes -c conda-forge h5py>=3.4 netCDF4 f90nml
- name: Update system packages
run: sudo apt-get update
Expand Down Expand Up @@ -198,6 +197,6 @@ jobs:
- name: Upload SCM RTs as GitHub Artifact
uses: actions/upload-artifact@v2
with:
with:
name: rt-baselines-${{matrix.build-type}}
path: /home/runner/work/ccpp-scm/ccpp-scm/test/artifact-${{matrix.build-type}}

0 comments on commit d3652b6

Please sign in to comment.