We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c282a33 commit 472351eCopy full SHA for 472351e
.github/workflows/ci_pip.yml
@@ -30,7 +30,7 @@ jobs:
30
cache: "pip"
31
32
- name: Install package
33
- run: python -m pip install .[dev,test]
+ run: python -m pip install -e .[dev,test]
34
35
- name: Install some testing dependencies (hard-coded)
36
run: python -m pip install pytest devtools jsonschema requests wget pooch
tests/conftest.py
@@ -53,7 +53,6 @@ def zenodo_zarr(testdata_path: Path) -> list[str]:
53
f"{file_name}.zip", processor=pooch.Unzip(extract_dir=file_name)
54
)
55
zarr_full_path = file_paths[0].split(file_name)[0] + file_name
56
- print(zarr_full_path)
57
folder = folders[ind]
58
59
# 2) Copy the downloaded Zarr into tests/data
0 commit comments