Skip to content

Commit

Permalink
Simply run with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonPacewic committed Jun 21, 2024
1 parent d3a9b99 commit d05e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BlackFormat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.9'
- name: Setup isort
run: python3 -m pip3 install isort
run: python3 -m pip install isort
- name: Run isort
run: isort ./exporter/SynthesisFusionAddin/
- name: Validate Black/isort Formatting
Expand Down

0 comments on commit d05e351

Please sign in to comment.