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

Commit

Permalink
Fix mac pipeline (#2715)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Jul 23, 2020
1 parent 04b2038 commit 710204b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:

steps:
- script: |
echo "##vso[task.setvariable variable=PATH]/usr/local/Cellar/[email protected]/3.7.8_1/bin:${HOME}/Library/Python/3.7/bin:${PATH}"
python3 -m pip install --upgrade pip setuptools
echo "##vso[task.setvariable variable=PATH]${HOME}/Library/Python/3.7/bin:${PATH}"
displayName: 'Install python tools'
- script: |
echo "network-timeout 600000" >> ${HOME}/.yarnrc
Expand Down

0 comments on commit 710204b

Please sign in to comment.