Skip to content

Commit

Permalink
test mypy v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin-Laurent committed Jan 31, 2025
1 parent 7276dcf commit 81405f6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
miniconda-version: "latest"
- name: Install numpy
run: conda install numpy=${{ matrix.numpy-version }}
- name: Check linting
run: make lint

- name: Check static typing
run: make type-check
- name: Test with pytest
run: make coverage
- name: Code coverage
run: codecov
run: make v1-type-check

0 comments on commit 81405f6

Please sign in to comment.