Skip to content

Commit 381033d

Browse files
authored
Update ci.yml
1 parent 10c957d commit 381033d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Type check with mypy
4444
run: |
45-
mypy quantum_sim --ignore-missing-imports --exclude "visualization/|utils/jit_ops.py"
45+
mypy .--ignore-missing-imports --exclude "visualization/|utils/jit_ops.py"
4646
4747
- name: Run tests with pytest
4848
run: pytest || echo "No tests found yet, skipping..."

0 commit comments

Comments
 (0)