Skip to content

Commit

Permalink
Fix pipeline pygments
Browse files Browse the repository at this point in the history
  • Loading branch information
ultmaster committed Sep 11, 2020
1 parent 71403bf commit 7d784d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d784d0

Please sign in to comment.