diff --git a/Makefile b/Makefile index cc63269..f17d8ba 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ test-stats: ## Test stats module with pytest .PHONY: test-utils test-utils: ## Test utils module with pytest + @echo "🚀 Testing utils module: Running pytest" @tar --skip-old-files -xzf ./tests/data/tide_models.tar.gz -C ./tests/data @export EO_TIDES_TIDE_MODELS=./tests/data/tide_models && \ uv run python -m pytest tests/test_utils.py --verbose