Skip to content

Commit

Permalink
do not use precommit action
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Jan 13, 2024
1 parent 1b13f29 commit b1b6fc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ jobs:
if: matrix.test_env == 'python' && matrix.os == 'windows-latest'
run: poetry run pytest tests --doctest-modules -v -m 'not simulation and not compilation and not dymola'
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: --all-files
run: poetry run pre-commit run --show-diff-on-failure --color=always --all-files
- name: Run mypy
if: matrix.test_env =='mypy'
run: poetry run mypy --install-types --non-interactive --show-error-codes .
Expand Down

0 comments on commit b1b6fc0

Please sign in to comment.