Skip to content

Commit 7e19b94

Browse files
committed
fix(ci): Install workspace packages in editable mode for tests
1 parent 006ff32 commit 7e19b94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
enable-cache: true
6666

6767
- name: Install dependencies
68-
run: uv sync --all-groups
68+
run: |
69+
uv sync --all-groups
70+
uv pip install -e packages/morphir -e packages/morphir-tools
6971
7072
- name: Run pytest
7173
run: uv run pytest tests/ --cov=packages/morphir/src --cov=packages/morphir-tools/src --cov-report=xml

0 commit comments

Comments
 (0)