Unverified Commit da4d1ef4 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Fix doc pipeline (#4441)

parent 8d2215be
# Recommended because some non-commonly-used modules/examples depend on those packages.
-f https://download.pytorch.org/whl/torch_stable.html
tensorflow == 2.5.0
keras == 2.4.3
tensorboard == 2.5.0
tensorflow == 2.7.0
tensorboard == 2.7.0
torch == 1.10.0+cpu ; sys_platform != "darwin"
torch == 1.10.0 ; sys_platform == "darwin"
torchvision == 0.11.1+cpu ; sys_platform != "darwin"
......
......@@ -36,6 +36,9 @@ stages:
python -m pip install -r dependencies/recommended.txt
python -m pip install -r dependencies/required_extra.txt
displayName: Install requirements
- script: |
python test/vso_tools/interim_patch.py
displayName: Apply patch
- script: |
cd docs
python tools/chineselink.py check
......@@ -181,7 +184,6 @@ stages:
# Need del later
- script: |
set -e
python test/vso_tools/interim_patch.py
displayName: Torch utils tensorboard interim patch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment