From 29f5371b4e096770660c7ccb761c8e8c9cfee8de Mon Sep 17 00:00:00 2001 From: Aidan Heerdegen Date: Fri, 16 Aug 2024 13:56:16 +1000 Subject: [PATCH] Add explicit bash shell to linting step to use activated conda env correctly --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c01bcc6..6ab6534 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -93,6 +93,7 @@ jobs: run: conda list - name: Lint + shell: bash -l {0} run: pylint --extension-pkg-whitelist=netCDF4 --ignored-modules=backports -E umpost - name: Run tests