We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b85cd commit 8d12ee8Copy full SHA for 8d12ee8
1 file changed
.github/workflows/test_kernels.yaml
@@ -41,6 +41,10 @@ jobs:
41
with:
42
python-version: ${{ matrix.python-version }}
43
44
+ - name: Override kernels-data source to local bindings
45
+ working-directory: ./kernels
46
+ run: uv add kernels-data --path ../kernels-data/bindings/python --no-sync
47
+
48
- name: Install the project
49
working-directory: ./kernels
50
run: uv sync --all-extras --dev
@@ -53,10 +57,6 @@ jobs:
53
57
54
58
run: uv pip install setuptools
55
59
56
- - name: Install kernels-data from local bindings
- working-directory: ./kernels
- run: uv pip install ../kernels-data/bindings/python
-
60
- name: Check typing
61
62
run: uv run mypy src/kernels
0 commit comments