From 39aa6b7aec4245d67a6866624c0ceb9be409ef45 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 22cee387..d7287482 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -118,11 +118,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" cache: "pip" - name: Install Python packages - run: python -m pip install --upgrade pip setuptools build + run: python -m pip install .[typing] - 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