We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef198e commit b2b85cdCopy full SHA for b2b85cd
1 file changed
.github/workflows/test_kernels.yaml
@@ -53,6 +53,10 @@ jobs:
53
working-directory: ./kernels
54
run: uv pip install setuptools
55
56
+ - name: Install kernels-data from local bindings
57
+ working-directory: ./kernels
58
+ run: uv pip install ../kernels-data/bindings/python
59
+
60
- name: Check typing
61
62
run: uv run mypy src/kernels
0 commit comments