From b8ce3566790d76680a4f1934d9fbc3cd1bdb59a6 Mon Sep 17 00:00:00 2001 From: Thanatos Date: Tue, 7 May 2024 19:20:47 +0200 Subject: [PATCH] bla --- .github/workflows/python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 22cee387..f29c19b0 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -122,7 +122,7 @@ jobs: cache: "pip" - name: Install Python packages - run: python -m pip install --upgrade pip setuptools build + run: python -m pip install . - name: Mypy on modified files uses: tsuyoshicho/action-mypy@v4 @@ -130,7 +130,7 @@ jobs: github_token: ${{ secrets.github_token }} # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review]. reporter: github-check - setup_method: nothing + setup_method: install fail_on_error: false - name: Mypy on required files @@ -139,7 +139,7 @@ jobs: github_token: ${{ secrets.github_token }} # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review]. reporter: github-check - setup_method: nothing + setup_method: install target: --config-file=pyproject.toml fail_on_error: true