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

Commit

Permalink
update local CI (onnxruntime)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 14, 2020
1 parent 8c297a5 commit 59aa3cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .local.jenkins.lin.yml
Expand Up @@ -11,7 +11,8 @@ virtualenv:
install:
- $PYINT -m pip install --upgrade pip
- $PYINT -m pip install --no-cache-dir --no-deps --upgrade --index http://localhost:8067/simple/ jyquickhelper pyquickhelper cpyquickhelper pyensae --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install --no-cache-dir --no-deps --upgrade --index http://localhost:8067/simple/ asv onnx onnxruntime_dnnl skl2onnx onnxmltools onnxconverter_common --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install --no-cache-dir --no-deps --upgrade --index http://localhost:8067/simple/ onnxruntime_dnnl --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install --no-cache-dir --no-deps --upgrade --index http://localhost:8067/simple/ asv onnx skl2onnx onnxmltools onnxconverter_common --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements.txt --upgrade
- $PYINT --version
- $PYINT -m pip freeze
Expand Down

0 comments on commit 59aa3cd

Please sign in to comment.