Skip to content

Commit c98904f

Browse files
wenbinglWenbing Li
authored andcommitted
Fix the azure ci test on win32 host.
1 parent 3288f87 commit c98904f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/win32-conda-CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
displayName: 'Install dependencies'
5757
5858
- script: |
59+
set PYTHONPATH=libsvm\python;%PYTHONPATH%
5960
pip install -e .
6061
pytest tests --doctest-modules --junitxml=junit/test-results.xml
6162
displayName: 'pytest'
@@ -64,4 +65,4 @@ jobs:
6465
inputs:
6566
testResultsFiles: '**/test-results.xml'
6667
testRunTitle: 'Python $(python.version)'
67-
condition: succeededOrFailed()
68+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)