From d47d5f1b856f5247f865e81a4966809f32638753 Mon Sep 17 00:00:00 2001 From: Spencer Wong Date: Tue, 20 Aug 2024 14:41:26 +1000 Subject: [PATCH] Remove reference to um2netcdf4 in CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8a245ea..c66153a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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}