We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682aabb commit dba834aCopy full SHA for dba834a
.github/workflows/mypy-check.yml
@@ -35,4 +35,5 @@ jobs:
35
36
- name: Run Mypy
37
run: |
38
+ cd cuda_core
39
mypy --no-namespace-packages . || true
0 commit comments