Unverified Commit 23b8e8ab authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

Fix full test windows pipeline (#4050)

parent e1cb8faa
...@@ -7,13 +7,14 @@ schedules: ...@@ -7,13 +7,14 @@ schedules:
jobs: jobs:
- job: local_windows - job: local_windows
pool: NNI CI WINDOWS2 pool: NNI CI WINDOWS FULL TEST
timeoutInMinutes: 120 timeoutInMinutes: 120
steps: steps:
- script: | - script: |
python -m pip install -U -r dependencies/setup.txt python -m pip install -U -r dependencies/setup.txt
python -m pip install -r dependencies/develop.txt python -m pip install -r dependencies/develop.txt
python -m pip install -r dependencies/recommended.txt
displayName: Install Python tools displayName: Install Python tools
- script: | - script: |
...@@ -21,14 +22,9 @@ jobs: ...@@ -21,14 +22,9 @@ jobs:
set NNI_RELEASE=999.0 set NNI_RELEASE=999.0
python setup.py build_ts python setup.py build_ts
python setup.py bdist_wheel -p win_amd64 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 displayName: Install NNI
- script: |
python -m pip install -r dependencies/recommended.txt
python -m pip install -e .[DNGO]
displayName: Install extra dependencies
- script: | - script: |
cd examples/tuners/customized_tuner cd examples/tuners/customized_tuner
python setup.py develop --user python setup.py develop --user
......
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