Skip to content

Commit b54f506

Browse files
committed
add download data step to test
1 parent c249d84 commit b54f506

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pixi.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ setuptools_scm = "*"
4949
python-build = "*"
5050
sphinx-autodoc-typehints = "*"
5151
myst-nb = "*"
52+
pooch = "*"
5253

5354
[feature.dev.tasks]
5455
lint = "ruff check tests xarray_subset_grid"
55-
test = "pytest tests/"
56+
test = { cmd = ["pytest", "tests/"], depends-on = ["download"] }
57+
download = "python download_test_data.py"
5658
test_all = "pytest --online tests/"
5759
test_cov = "pytest --cov=xarray_subset_grid tests"
5860

0 commit comments

Comments
 (0)