Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Jul 16, 2023
1 parent 773f199 commit ad12d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup environment
run: |
pip install ".[quality]"
pip install ".[quality, neuronx]"
- name: Make documentation
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Setup environment
run: |
pip install ".[quality]"
pip install ".[quality, neuronx]"
- name: Make documentation
shell: bash
Expand Down

0 comments on commit ad12d30

Please sign in to comment.