Skip to content

Commit

Permalink
Fix makefile?
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Nov 8, 2024
1 parent 4c58bac commit 66497c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66497c2

Please sign in to comment.