We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a92b5 commit 006ff32Copy full SHA for 006ff32
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
enable-cache: true
24
25
- name: Install dependencies
26
- run: uv sync --group dev
+ run: uv sync --all-groups
27
28
- name: Run ruff linter
29
run: uv run ruff check .
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
- name: Run mypy
50
run: uv run mypy packages/morphir/src packages/morphir-tools/src
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
- run: uv sync --group test
69
70
- name: Run pytest
71
run: uv run pytest tests/ --cov=packages/morphir/src --cov=packages/morphir-tools/src --cov-report=xml
0 commit comments