From 2954c7d5c9cea4480166a09a33bc376a753300a6 Mon Sep 17 00:00:00 2001 From: lordwelch Date: Sun, 16 Jan 2022 19:05:51 -0800 Subject: [PATCH] error --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 131ee4c..b0ba04b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: - name: Run CI run: | - isort . -c >isort.out + isort . -c >isort.out || true isort . --diff >isort.diff - name: upload isort output uses: actions/upload-artifact@v2