Skip to content

Commit

Permalink
ci(docs): speeds up build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Sep 10, 2024
1 parent 3d82cc5 commit b0c2044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function deploy_doc(){
fi
sed -i "s/torchvision>=.*',/&,<0.11.0',/" ../setup.py
sed -i "s/',,/,/" ../setup.py
pip install -U ..
uv pip install --system --upgrade ..
git checkout ../setup.py
if [ -d ../requirements.txt ]; then
git checkout ../requirements.txt
Expand Down

0 comments on commit b0c2044

Please sign in to comment.