Skip to content

Commit

Permalink
Include isort as part of the CI checks
Browse files Browse the repository at this point in the history
Signed-off-by: Julio Faracco <[email protected]>
  • Loading branch information
jcfaracco committed Mar 10, 2024
1 parent ace26ad commit eb96da8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
# Install requirements
pip install -i https://test.pypi.org/simple/ XPySom-dask
pip install dist/*.whl
- name: Check imports with isort
run: |
# Show the diffs for debugging
isort -c --df dasf/
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ coverage = "*"
flake8 = "*"
hpccm = "*"
interrogate = "*"
isort = "*"
mock = "*"
parameterized = "*"
pytest = "*"
Expand Down

0 comments on commit eb96da8

Please sign in to comment.