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
062b037f
Unverified
Commit
062b037f
authored
Sep 17, 2020
by
chicm-ms
Committed by
GitHub
Sep 17, 2020
Browse files
Fix mac pipeline (#2904)
parent
66057ba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
azure-pipelines.yml
azure-pipelines.yml
+2
-1
No files found.
azure-pipelines.yml
View file @
062b037f
...
@@ -107,7 +107,8 @@ jobs:
...
@@ -107,7 +107,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}"
export PYTHON37_BIN_DIR=/usr/local/Cellar/python@3.7/`ls /usr/local/Cellar/python@3.7`/bin
echo "##vso[task.setvariable variable=PATH]${PYTHON37_BIN_DIR}:${HOME}/Library/Python/3.7/bin:${PATH}"
python3 -m pip install --upgrade pip setuptools
python3 -m pip install --upgrade pip setuptools
displayName
:
'
Install
python
tools'
displayName
:
'
Install
python
tools'
-
script
:
|
-
script
:
|
...
...
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