Skip to content

Commit

Permalink
early mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 28, 2023
1 parent 6f3f48f commit d6c44a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:

- name: Run Install
uses: ./support/actions/run-install
- name: Lint with mypy
run: mypy $ROOT_PKG
- name: Test with pytest
uses: ./support/actions/pytest
with:
Expand All @@ -65,8 +67,6 @@ jobs:
with:
package: ${{ env.ROOT_PKG }}
language: en_GB
- name: Lint with mypy
run: mypy $ROOT_PKG

validate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d6c44a4

Please sign in to comment.