Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit committed May 7, 2024
1 parent edd56eb commit b8ce356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ 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
with:
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
Expand All @@ -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

Expand Down

0 comments on commit b8ce356

Please sign in to comment.