Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fix windows pipeline (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Nov 11, 2019
1 parent 0e3906a commit f5803f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5803f6

Please sign in to comment.