Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix swig version at 3 and upgrade macOS image version #2120

Merged
merged 4 commits into from
Mar 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- job: 'basic_test_pr_macOS'
pool:
vmImage: 'macOS 10.13'
vmImage: 'macOS-10.15'
strategy:
matrix:
Python36:
Expand All @@ -94,8 +94,8 @@ jobs:
python3 -m pip install torch==1.2.0 --user
python3 -m pip install torchvision==0.4.0 --user
python3 -m pip install tensorflow==1.13.1 --user
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
brew install swig@3
rm /usr/local/bin/swig
ln -s /usr/local/opt/swig\@3/bin/swig /usr/local/bin/swig
nnictl package install --name=SMAC
displayName: 'Install dependencies'
Expand Down