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