Skip to content

Commit

Permalink
added poetry run to isort statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 4, 2024
1 parent 2539b4b commit 845076b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash -l {0}
run: poetry run prospector -o grouped -o pylint:pylint-report.txt
- name: Check whether import statements are used consistently
run: isort . --check-only --diff
run: poetry run isort . --check-only --diff

build_pypi:
name: Test pypi build
Expand Down

0 comments on commit 845076b

Please sign in to comment.