Skip to content

Commit

Permalink
Workaround to fix new isort action
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo authored Nov 8, 2024
1 parent e2ba6ab commit 4384cb8
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 4384cb8

Please sign in to comment.