Skip to content

Commit

Permalink
Install MDAnalysis for pylint in CI (#48)
Browse files Browse the repository at this point in the history
Fixes #47
  • Loading branch information
ianmkenney authored Feb 3, 2023
1 parent 212febd commit 8ef269c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The rules for this file:
- lilyminium
- IAlibay
- fiona-naughton
- ianmkenney

### Added
<!-- New added features -->
Expand All @@ -38,6 +39,7 @@ The rules for this file:
<!-- Bug fixes -->
- Remove redundant code of conduct document (Issue #42)
- Generated template shipped with broken CI options (PR #41)
- Added MDA install for CI pylint check (Issue #47, PR #48)

### Changed
<!-- Changes in existing functionality -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: |
which pip
which python
pip install pylint
pip install pylint mdanalysis
- name: Run Pylint
env:
Expand Down

0 comments on commit 8ef269c

Please sign in to comment.