"web/git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "d1f89778e92e00dc2e5dd2ee5f2bfee407ef0718"
Unverified Commit 062b037f authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

Fix mac pipeline (#2904)

parent 66057ba7
......@@ -107,7 +107,8 @@ jobs:
steps:
- 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
displayName: 'Install python tools'
- script: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment