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
23b8e8ab
"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "9e2a069d0f38da64d4c945b2c951fa64d19b9d94"
Unverified
Commit
23b8e8ab
authored
Aug 10, 2021
by
QuanluZhang
Committed by
GitHub
Aug 10, 2021
Browse files
Fix full test windows pipeline (#4050)
parent
e1cb8faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
pipelines/full-test-windows.yml
pipelines/full-test-windows.yml
+3
-7
No files found.
pipelines/full-test-windows.yml
View file @
23b8e8ab
...
...
@@ -7,13 +7,14 @@ schedules:
jobs
:
-
job
:
local_windows
pool
:
NNI CI WINDOWS
2
pool
:
NNI CI WINDOWS
FULL TEST
timeoutInMinutes
:
120
steps
:
-
script
:
|
python -m pip install -U -r dependencies/setup.txt
python -m pip install -r dependencies/develop.txt
python -m pip install -r dependencies/recommended.txt
displayName
:
Install Python tools
-
script
:
|
...
...
@@ -21,14 +22,9 @@ jobs:
set NNI_RELEASE=999.0
python setup.py build_ts
python setup.py bdist_wheel -p win_amd64
python -m pip install dist/nni-999.0-py3-none-win_amd64.whl[PPOTuner]
python -m pip install dist/nni-999.0-py3-none-win_amd64.whl[PPOTuner
,DNGO
]
displayName
:
Install NNI
-
script
:
|
python -m pip install -r dependencies/recommended.txt
python -m pip install -e .[DNGO]
displayName
:
Install extra dependencies
-
script
:
|
cd examples/tuners/customized_tuner
python setup.py develop --user
...
...
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