We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c957d commit 381033dCopy full SHA for 381033d
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Type check with mypy
44
run: |
45
- mypy quantum_sim --ignore-missing-imports --exclude "visualization/|utils/jit_ops.py"
+ mypy .--ignore-missing-imports --exclude "visualization/|utils/jit_ops.py"
46
47
- name: Run tests with pytest
48
run: pytest || echo "No tests found yet, skipping..."
0 commit comments