Skip to content

Commit

Permalink
add build_config requirements to sphinx action
Browse files Browse the repository at this point in the history
installs vitessce which downgrades ome-zarr but ok for docs
  • Loading branch information
dannda committed Nov 7, 2023
1 parent c920e53 commit ff8b2a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r ./envs/requirements.txt
pip install -r ./envs/dev/requirements.txt
pip install -r ./envs/build_config/requirements.txt
- name: Sphinx Build
working-directory: ./sphinx
run: |
Expand Down

0 comments on commit ff8b2a2

Please sign in to comment.