Skip to content

Commit

Permalink
Merge pull request #46 from ami-iit/diegoferigo-patch-1
Browse files Browse the repository at this point in the history
Workaround to fix new isort action
  • Loading branch information
diegoferigo authored Nov 8, 2024
2 parents c51e0b2 + 4384cb8 commit f8a245d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
python-version: "3.10"

# Workaround for https://github.com/isort/isort-action/issues/70
- run: pip install colorama
- run: echo "colorama" >> /tmp/isort.requirements.txt

- name: "📝 isort"
uses: isort/isort-action@master
with:
configuration: --check --diff --color
requirements-files: /tmp/isort.requirements.txt

0 comments on commit f8a245d

Please sign in to comment.