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

Commit

Permalink
Update .local.jenkins.lin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 23, 2020
1 parent d23ac89 commit 4c51c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .local.jenkins.lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ virtualenv:

install:
- $PYINT -m pip install --upgrade pip
- $PYINT -m pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ pyquickhelper tkinterquickhelper pyensae pymmails pymyinstall pyrsslocal mlstatpy mlinsights jyquickhelper manydataapi skl2onnx onnx onnxruntime_dnnl onnxconverter_common mlprodict --upgrade --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install --no-cache-dir --upgrade --no-deps --index http://localhost:8067/simple/ onnxruntime_dnnl --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install --no-cache-dir --upgrade --no-deps --index http://localhost:8067/simple/ pyquickhelper tkinterquickhelper pyensae pymmails pymyinstall pyrsslocal mlstatpy mlinsights jyquickhelper manydataapi skl2onnx onnx onnxconverter_common mlprodict --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements_conda.txt
- $PYINT -m pip install -r requirements.txt
- $PYINT -m pip install shapely==1.6.4
Expand Down

0 comments on commit 4c51c79

Please sign in to comment.