Skip to content

Commit

Permalink
DOC: remove optional dependency from docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
qchempku2017 committed Sep 22, 2023
1 parent 589c13c commit 4272e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-optional.txt
pip install -e .[docs]
- name: Build docs
Expand Down

0 comments on commit 4272e06

Please sign in to comment.