Skip to content

Commit a1f84be

Browse files
test mypy v1
1 parent 81405f6 commit a1f84be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- os: ubuntu-latest
19-
python-version: "3.7"
20-
numpy-version: 1.21.4
2118
- os: ubuntu-latest
2219
python-version: "3.8"
2320
numpy-version: 1.21.4
@@ -52,6 +49,6 @@ jobs:
5249
miniconda-version: "latest"
5350
- name: Install numpy
5451
run: conda install numpy=${{ matrix.numpy-version }}
55-
5652
- name: Check static typing
53+
if: always()
5754
run: make v1-type-check

0 commit comments

Comments
 (0)