Skip to content

Commit 0bd1b37

Browse files
Add pip installation of package
1 parent 3b2fbc4 commit 0bd1b37

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install uv
3131
uses: astral-sh/setup-uv@v3
3232

33+
- name: Install tk_tools
34+
run: uv pip install -e .
35+
3336
- name: Execute Tests
3437
# run: uv run pytest -v tests/ --cov=tk_tools
3538
run: xvfb-run uv run pytest -v tests/ --cov=tk_tools

0 commit comments

Comments
 (0)