Skip to content

Commit d300e60

Browse files
committed
try fix just test-all for coverage
1 parent e9cbeb4 commit d300e60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ install *OPTS:
4343
uv sync {{ OPTS }}
4444
@just run pre-commit install
4545

46+
# install with rich dependencies
47+
install-rich:
48+
uv sync --extra rich
49+
4650
# install documentation dependencies
4751
install-docs:
4852
uv sync --group docs --all-extras
@@ -189,6 +193,7 @@ test-no-rich:
189193

190194
# run the tests that require rich to be installed
191195
test-rich:
196+
@just install-rich
192197
uv run pytest --cov-append -m rich
193198

194199
# run all tests

0 commit comments

Comments
 (0)