Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed Nov 9, 2023
1 parent 03cfcbf commit 0596866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .azure-pipelines/linux-CI-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,7 @@ jobs:
displayName: 'install scikit-learn'
- script: |
if [ '$(onnx.version)' == 'git' ]
then
git clone https://github.com/onnx/onnx.git --recursive
export ONNX_ML=1
cd onnx
python setup.py install
cd ..
else
pip install onnx$(onnx.version)
fi
pip install onnx$(onnx.version)
displayName: 'install onnx'
- script: |
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
displayName: 'onnx version'
- script: |
pip install $(onnx.version) $(onnxrt.version) numpy$(numpy.version) scikit-learn$(sklearn.version)
pip install $(onnx.version) $(onnxrt.version) "numpy$(numpy.version)" scikit-learn$(sklearn.version)
displayName: install onnxruntime, onnx, numpy, scikit-learn again # to make sure the proper version is installed
- script: |
Expand Down

0 comments on commit 0596866

Please sign in to comment.