Skip to content

Commit

Permalink
Update isort and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Oct 23, 2023
1 parent f6b603d commit 9fa9634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/isort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'pip'
cache-dependency-path: 'pyproject.toml'

- name: Install dependencies and pynucastro
- name: Install isort
run: |
python -m pip install --upgrade pip
pip install isort
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Install dependencies and pynucastro
run: |
python -m pip install --upgrade pip
pip install pylint .[test]
pip install .[test]
pip install pylint
- name: Validate
run: pylint pynucastro pynucastro/**/tests

0 comments on commit 9fa9634

Please sign in to comment.