Skip to content

Commit 801175d

Browse files
authored
Update ci.yml
1 parent 6cc11a8 commit 801175d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ jobs:
4242
4343
- name: Type check with mypy
4444
run: |
45-
mypy .--ignore-missing-imports --exclude "visualization/|utils/jit_ops.py"
45+
# Fixed the spacing after the dot and combined into one robust check
46+
mypy . --ignore-missing-imports --exclude "visualization/|utils/jit_ops.py"
4647
4748
- name: Run tests with pytest
4849
run: pytest || echo "No tests found yet, skipping..."
4950

50-
- name: Run Mypy
51-
run: mypy .
52-
5351
- name: Debug Path
52+
if: always()
5453
run: ls -R

0 commit comments

Comments
 (0)