This commit is contained in:
lordwelch 2022-01-16 19:05:51 -08:00
parent 196702ccf1
commit 2954c7d5c9

View File

@ -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