Skip to content

Commit

Permalink
Add isort to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhansk committed Nov 27, 2023
1 parent fd3fc1c commit 3468a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Install the project dependencies
run: poetry install
- name: Test with pytest
run: poetry run pytest -v
run: poetry run pytest -v --isort
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ numpy = "^1.20"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-isort = "^3.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 3468a3c

Please sign in to comment.