Skip to content

Commit

Permalink
Add verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 15, 2024
1 parent 76596bd commit 923cb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -54,14 +54,15 @@ jobs:
pandas \
scipy; \
python -m pip install \
--no-deps --upgrade --pre --no-build-isolation \
-vvv --no-deps --upgrade --pre --no-build-isolation \
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/rasterio/rasterio \
git+https://github.com/pydata/bottleneck \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/pydata/xarray;
python -m pip install -e . --no-deps --no-build-isolation;
ls -l /home/runner/miniconda3/envs/test-environment/lib/python3*/site-packages/xarray/backends
- name: Install trollimage
shell: bash -l {0}
Expand All @@ -74,7 +75,6 @@ jobs:
- name: Run unit tests
shell: bash -l {0}
run: |
ls -l /home/runner/miniconda3/envs/test-environment/lib/python3*/site-packages/xarray/backends
python -c "import xarray.backends"
pytest --cov=trollimage trollimage/tests --cov-report=xml --cov-report=
Expand Down

0 comments on commit 923cb70

Please sign in to comment.