Unverified Commit ce274f0a authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Fix pipeline of PAI on windows (#1141)

parent 946cb543
...@@ -55,6 +55,10 @@ jobs: ...@@ -55,6 +55,10 @@ jobs:
python --version python --version
powershell.exe -file install.ps1 powershell.exe -file install.ps1
displayName: 'Install nni toolkit via source code' displayName: 'Install nni toolkit via source code'
- script: |
set PATH=$(ENV_PATH)
python -m pip install scikit-learn==0.21.0 --user
displayName: 'Install dependencies for integration tests'
- script: | - script: |
cd test cd test
set PATH=$(ENV_PATH) set PATH=$(ENV_PATH)
......
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