Skip to content

Commit 62f2dce

Browse files
amrit110fcogidi
andauthored
Fix dependencies installed for docs_deploy workflow (#42)
Co-authored-by: fcogidi <41602287+fcogidi@users.noreply.github.com>
1 parent 073a6ac commit 62f2dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python3 -m pip install --upgrade pip && python3 -m pip install poetry
3737
poetry env use '3.10'
3838
source $(poetry env info --path)/bin/activate
39-
poetry install --with docs,test
39+
poetry install --with docs,test,dev,peft
4040
cd docs && rm -rf source/reference/api && make html
4141
- name: Deploy to Github pages
4242
uses: JamesIves/github-pages-deploy-action@v4.7.2

0 commit comments

Comments
 (0)