We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006ff32 commit 7e19b94Copy full SHA for 7e19b94
.github/workflows/ci.yml
@@ -65,7 +65,9 @@ jobs:
65
enable-cache: true
66
67
- name: Install dependencies
68
- run: uv sync --all-groups
+ run: |
69
+ uv sync --all-groups
70
+ uv pip install -e packages/morphir -e packages/morphir-tools
71
72
- name: Run pytest
73
run: uv run pytest tests/ --cov=packages/morphir/src --cov=packages/morphir-tools/src --cov-report=xml
0 commit comments