From d05e3512ad70756a62414abe2e88e9ad35f8eed1 Mon Sep 17 00:00:00 2001 From: BrandonPacewic Date: Fri, 21 Jun 2024 10:17:13 -0700 Subject: [PATCH] Simply run with `pip` --- .github/workflows/BlackFormat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BlackFormat.yml b/.github/workflows/BlackFormat.yml index 049067165b..b5b94abf79 100644 --- a/.github/workflows/BlackFormat.yml +++ b/.github/workflows/BlackFormat.yml @@ -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