Skip to content

Commit a95f9ae

Browse files
committed
add kmds install as dependency.
1 parent c9144c2 commit a95f9ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/uv.lock') }}
3131
- name: Install dependencies
3232
run: uv sync
33+
- name: Install package
34+
run: uv pip install -e .
3335
- name: Run tests
3436
run: uv run pytest
3537

0 commit comments

Comments
 (0)