Skip to content

Commit

Permalink
Adjust for new sparse dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Jan 17, 2025
1 parent 909dcea commit dd2c2bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install package with optional dependencies
if: ${{ matrix.opt_req }}
run: |
python -m pip install ".[test,tqdm,zarr,termset]"
python -m pip install ".[test,tqdm,sparse,zarr,termset]"
- name: Run tests and generate coverage report
run: |
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- path: .[docs,tqdm,zarr,termset] # path to the package relative to the root
- path: .[docs,tqdm,sparse,zarr,termset] # path to the package relative to the root

# Optionally include all submodules
submodules:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extras =
# which optional dependency set(s) to use (default: none)
pytest: test
gallery: doc
optional: tqdm,zarr,termset
optional: tqdm,sparse,zarr,termset
commands =
# commands to run for every environment
python --version # print python version for debugging
Expand Down

0 comments on commit dd2c2bd

Please sign in to comment.