Skip to content

Commit f7a90fa

Browse files
committed
Merge branch 'jayeshkrishna/fix_gh_workflow' into develop (PR #662)
Adding missing install command for the PnetCDF package * jayeshkrishna/fix_gh_workflow: Adding missing install cmd in workflow yml
2 parents d0a5443 + c4be31a commit f7a90fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spio_pnetcdf_testing_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
conda install conda-forge::mpich \
4848
conda-forge::mpich-mpicc conda-forge::mpich-mpicxx \
4949
conda-forge::mpich-mpifort
50-
conda-forge::libpnetcdf
50+
conda install conda-forge::libpnetcdf
5151
5252
- name: Configure SCORPIO
5353
shell: bash -l {0} # Ensure environment is active for configure cmds

0 commit comments

Comments
 (0)