Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Remove anytree dependency from CI runs #101

Merged
merged 1 commit into from
May 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
run: |
python -m pip install --no-deps --upgrade \
git+https://github.com/pydata/xarray \
git+https://github.com/Unidata/netcdf4-python \
git+https://github.com/c0fec0de/anytree
git+https://github.com/Unidata/netcdf4-python
python -m pip install --no-deps -e .
python -m pip list
- name: Running Tests
Expand Down
3 changes: 1 addition & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ To install a development version from source:
$ python -m pip install -e .


You will need xarray and `anytree <https://github.com/c0fec0de/anytree>`_
as dependencies, with netcdf4, zarr, and h5netcdf as optional dependencies to allow file I/O.
You will just need xarray as a required dependency, with netcdf4, zarr, and h5netcdf as optional dependencies to allow file I/O.

.. note::

Expand Down