Skip to content

Commit

Permalink
fix(ci): install doc builder explicitly (#83)
Browse files Browse the repository at this point in the history
It cannot be added to pyproject.toml, otherwise it raises issues when
uploading to pypi.
  • Loading branch information
tengomucho committed Aug 8, 2024
1 parent 098098d commit 426d7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Setup environment
run: |
pip install -U pip
pip install git+https://github.com/huggingface/doc-builder.git
pip install ".[quality]" -f https://storage.googleapis.com/libtpu-releases/index.html
- name: Make documentation
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Setup environment
run: |
pip install -U pip
pip install git+https://github.com/huggingface/doc-builder.git
pip install ".[quality]" -f https://storage.googleapis.com/libtpu-releases/index.html
- name: Make documentation
Expand Down

0 comments on commit 426d7be

Please sign in to comment.