Skip to content

Commit

Permalink
Remove reference to um2netcdf4 in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Aug 20, 2024
1 parent 36b1cd8 commit d47d5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Lint
shell: bash -l {0}
run: pylint --extension-pkg-whitelist=netCDF4 --ignored-modules=um2netcdf4,umpost -E umpost
run: pylint --extension-pkg-whitelist=netCDF4 --ignored-modules=umpost -E umpost

- name: Run tests
shell: bash -l {0}
Expand Down

0 comments on commit d47d5f1

Please sign in to comment.