Skip to content

Commit

Permalink
Merge pull request #95 from microsoft/master
Browse files Browse the repository at this point in the history
Fix tensorflow.examples.tutorial import (microsoft#2602)
  • Loading branch information
chicm-ms authored Jun 28, 2020
2 parents 43419d7 + 258b401 commit 6b6ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pipelines/pipelines-it-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python3 -m pip install torchvision==0.4.1 --user
python3 -m pip install torch==1.3.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.15 --user
python3 -m pip install tensorflow-gpu==1.15.2 --user
sudo apt-get install swig -y
PATH=$HOME/.local/bin:$PATH nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH nnictl package install --name=BOHB
Expand Down

0 comments on commit 6b6ee55

Please sign in to comment.