Skip to content

Commit b15c19e

Browse files
author
Benedikt Ehinger
committed
forgot to install the package xD
1 parent d131546 commit b15c19e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Install dependencies with uv
2424
run: uv sync --all-extras --dev
25+
- name: install local
26+
run: uv pip install --editable ./
2527

2628
- name: Run tests with uv
2729
run: uv run pytest

0 commit comments

Comments
 (0)