diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d93d95f..447af95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,4 @@ jobs: run: pip install mypy types-requests - name: Run mypy run: (find . -name "*.py"; grep -lR '^#!.*python') | - xargs -n1 -P8 mypy --strict + xargs -n1 -P8 mypy --strict --cache-dir /dev/null