Skip to content

Commit

Permalink
github actions: testing pnetcdf-c built from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanlyj committed Mar 30, 2024
1 parent 0a2e46b commit e9639df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_source_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python setup.py install
- name: Test
run: |
export PATH=${PNETCDF_DIR}/bin:${PATH}
export PATH=${MPICH_DIR}/bin:${PATH}
# serial
csh ./test_all.csh
Expand Down

0 comments on commit e9639df

Please sign in to comment.