Skip to content

Commit 6a61f2f

Browse files
committed
Update ci.yml
1 parent b65edfa commit 6a61f2f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ jobs:
4242
run: |
4343
isort --check-only .
4444
45-
- name: Verbose mypy output for debugging
46-
run: |
47-
mypy --no-site-packages --config-file mypy.ini . | mypy-baseline sync
48-
49-
- name: Echo the baseline file created in the previous step
50-
run: |
51-
cat mypy-baseline.txt
52-
5345
- name: Check types with mypy
5446
run: |
5547
mypy --no-site-packages --config-file mypy.ini . | mypy-baseline filter

0 commit comments

Comments
 (0)