Skip to content

Commit 8d12ee8

Browse files
committed
CI: fix subsequent uv commands syncing wrong kernels-data again
1 parent b2b85cd commit 8d12ee8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_kernels.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343

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+
4448
- name: Install the project
4549
working-directory: ./kernels
4650
run: uv sync --all-extras --dev
@@ -53,10 +57,6 @@ jobs:
5357
working-directory: ./kernels
5458
run: uv pip install setuptools
5559

56-
- name: Install kernels-data from local bindings
57-
working-directory: ./kernels
58-
run: uv pip install ../kernels-data/bindings/python
59-
6060
- name: Check typing
6161
working-directory: ./kernels
6262
run: uv run mypy src/kernels

0 commit comments

Comments
 (0)