Skip to content

Commit b2b85cd

Browse files
committed
CI: install kernels-data Python package from repo, not PyPI
1 parent 5ef198e commit b2b85cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test_kernels.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
working-directory: ./kernels
5454
run: uv pip install setuptools
5555

56+
- name: Install kernels-data from local bindings
57+
working-directory: ./kernels
58+
run: uv pip install ../kernels-data/bindings/python
59+
5660
- name: Check typing
5761
working-directory: ./kernels
5862
run: uv run mypy src/kernels

0 commit comments

Comments
 (0)