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