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
291bbbba
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "a24df8619dc7577f90ddf86649d28e59e7467441"
Unverified
Commit
291bbbba
authored
Nov 19, 2020
by
liuzhe-lz
Committed by
GitHub
Nov 19, 2020
Browse files
Fix macOS unit test pipeline (#3098)
parent
a3d22aea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
pipelines/fast-test.yml
pipelines/fast-test.yml
+11
-8
No files found.
pipelines/fast-test.yml
View file @
291bbbba
...
...
@@ -131,12 +131,16 @@ jobs:
# This platform runs TypeScript unit test first.
steps
:
-
task
:
UsePythonVersion@0
inputs
:
versionSpec
:
3.8
displayName
:
Configure Python
-
script
:
|
set -e
export PYTHON38_BIN_DIR=/usr/local/Cellar/python@3.8/`ls /usr/local/Cellar/python@3.8`/bin
echo "##vso[task.setvariable variable=PATH]${PYTHON38_BIN_DIR}:${HOME}/Library/Python/3.8/bin:${PATH}"
python3 -m pip install -U --upgrade pip setuptools
python3 -m pip install -U pytest coverage
echo "##vso[task.setvariable variable=PATH]${PATH}:${HOME}/.local/bin"
python -m pip install -U --upgrade pip setuptools wheel
python -m pip install -U pytest coverage
displayName
:
'
Install
Python
tools'
-
script
:
|
...
...
@@ -145,10 +149,9 @@ jobs:
-
script
:
|
set -e
cd ts/nni_manager
yarn test
cd ../nasui
CI=true yarn test
export CI=true
(cd ts/nni_manager && yarn test)
(cd ts/nasui && yarn test)
displayName
:
'
TypeScript
unit
test'
-
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