Skip to content

Commit

Permalink
Install cftime from source
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 15, 2024
1 parent 528bc7a commit 4ee1f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
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@v2024.01.0;
git+https://github.com/Unidata/cftime \
git+https://github.com/pydata/xarray;
python -m pip install -e . --no-deps --no-build-isolation;
- name: Install trollimage
Expand All @@ -73,6 +74,7 @@ jobs:
- name: Run unit tests
shell: bash -l {0}
run: |
python -c "import cftime"
python -c "import xarray.backends"
pytest --cov=trollimage trollimage/tests --cov-report=xml --cov-report=
Expand Down

0 comments on commit 4ee1f24

Please sign in to comment.