Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
710204be
Unverified
Commit
710204be
authored
Jul 23, 2020
by
chicm-ms
Committed by
GitHub
Jul 23, 2020
Browse files
Fix mac pipeline (#2715)
parent
04b2038d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
azure-pipelines.yml
azure-pipelines.yml
+1
-1
No files found.
azure-pipelines.yml
View file @
710204be
...
@@ -106,8 +106,8 @@ jobs:
...
@@ -106,8 +106,8 @@ jobs:
steps
:
steps
:
-
script
:
|
-
script
:
|
echo "##vso[task.setvariable variable=PATH]/usr/local/Cellar/python@3.7/3.7.8_1/bin:${HOME}/Library/Python/3.7/bin:${PATH}"
python3 -m pip install --upgrade pip setuptools
python3 -m pip install --upgrade pip setuptools
echo "##vso[task.setvariable variable=PATH]${HOME}/Library/Python/3.7/bin:${PATH}"
displayName
:
'
Install
python
tools'
displayName
:
'
Install
python
tools'
-
script
:
|
-
script
:
|
echo "network-timeout 600000" >> ${HOME}/.yarnrc
echo "network-timeout 600000" >> ${HOME}/.yarnrc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment