From 7d784d05606d0a5fb37769a3948b85d57daa9f14 Mon Sep 17 00:00:00 2001 From: Yuge Zhang Date: Fri, 11 Sep 2020 14:37:59 +0800 Subject: [PATCH] Fix pipeline pygments --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 78917d879f..3ca9d08a21 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,7 @@ jobs: - script: | set -e sudo apt-get install -y pandoc + python3 -m pip install pygments --user --upgrade python3 -m pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html --user python3 -m pip install tensorflow==2.2.0 --user python3 -m pip install keras==2.4.2 --user