Skip to content

Commit

Permalink
add ugly hack for now
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber committed Nov 21, 2024
1 parent 808e808 commit f108d5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Correct coverage paths
run: sed -i "s+$PWD/++g" coverage.xml
- name: Check style against standards using Ruff
run: poetry ruff check .
run: |
pip install ruff
ruff check .
- name: Check whether import statements are used consistently
run: poetry run isort . --check-only --diff

Expand Down

0 comments on commit f108d5d

Please sign in to comment.