Skip to content

Commit

Permalink
ci(circle-ci): remove unnecessay dependency build-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Oct 18, 2023
1 parent 373f7dd commit 0c09b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
sudo apt-get install libsasl2-dev
- run:
name: Install Dependencies
command: pip install -U -e .[all,docs,mypy]
command: pip install -U -e .[docs]
- run:
name: Run Sphinx
command: |
Expand Down

0 comments on commit 0c09b44

Please sign in to comment.