Skip to content

Commit

Permalink
Fix test netcdf function call
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Jul 19, 2023
1 parent 9cd00a8 commit fb95710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run test_netcdf manually
shell: bash -l {0}
run: |
python -c "import test_netcdf; test_netcdf()"
python -c "import test_netcdf; test_netcdf.test_netcdf()"
- name: Run unit tests - test_netcdf
shell: bash -l {0}
run: |
Expand Down

0 comments on commit fb95710

Please sign in to comment.