"examples/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "1011377c0dc6aaf17e655725e430fa499d76f636"
Unverified Commit f5803f68 authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

Fix windows pipeline (#1729)

parent 0e3906aa
......@@ -126,18 +126,10 @@ jobs:
cd test
powershell.exe -file unittest.ps1
displayName: 'unit test'
- script: |
cd test
python naive_test.py
displayName: 'Naive test'
- script: |
cd test
python tuner_test.py
displayName: 'Built-in tuners / assessors tests'
- script: |
cd test
python metrics_test.py
displayName: 'Trial job metrics test'
- script: |
cd test
PATH=$HOME/.local/bin:$PATH python3 cli_test.py
......
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