Skip to content

Commit

Permalink
Add explicit bash shell to linting step to use activated conda env co…
Browse files Browse the repository at this point in the history
…rrectly
  • Loading branch information
aidanheerdegen committed Aug 16, 2024
1 parent 88b3594 commit 29f5371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29f5371

Please sign in to comment.