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
f5803f68
Unverified
Commit
f5803f68
authored
Nov 11, 2019
by
chicm-ms
Committed by
GitHub
Nov 11, 2019
Browse files
Fix windows pipeline (#1729)
parent
0e3906aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
azure-pipelines.yml
azure-pipelines.yml
+0
-8
No files found.
azure-pipelines.yml
View file @
f5803f68
...
@@ -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
...
...
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