File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ test: ## run the tests (re-installs the package every time so you might want to
5151 # We don't have a solution to this yet.
5252 #
5353 # Coverage directory - needed to trick code cov to looking at the right place
54+ uv run --no-sync python -c ' from pathlib import Path; import example_fgen_basic' || ( echo " Run make virtual-environment first" && false )
5455 COV_DIR=$$(uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__ ) .parent)' ); \
5556 uv run --no-editable --reinstall-package example-fgen-basic pytest -r a -v tests src --doctest-modules --doctest-report ndiff --cov=$$ COV_DIR
5657
Original file line number Diff line number Diff line change 1+ Revert accidental inclusion in ` Makefile `
You can’t perform that action at this time.
0 commit comments