diff --git a/.github/workflows/python-poetry-ci.yml b/.github/workflows/python-poetry-ci.yml index f053c16..abaad84 100644 --- a/.github/workflows/python-poetry-ci.yml +++ b/.github/workflows/python-poetry-ci.yml @@ -26,6 +26,8 @@ jobs: - name: Setup Poetry uses: matrix-org/setup-python-poetry@v1 + with: + install-project: "false" - name: Import order (isort) run: poetry run isort --check --diff . @@ -49,6 +51,7 @@ jobs: with: # We want to make use of type hints in optional dependencies too. extras: "${{ inputs.typechecking-extras }}" + install-project: "false" - name: Restore/persist mypy's cache uses: AustinScola/mypy-cache-github-action@df56268388422ee282636ee2c7a9cc55ec644a41