Skip to content

Commit

Permalink
updaye local yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 7, 2020
1 parent 3a6514a commit abb376c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .local.jenkins.lin.yml
Expand Up @@ -9,6 +9,7 @@ virtualenv:
- path: {{ospathjoin(root_path, pickname("$NAME_JENKINS", project_name + "_$VERSION_$DIST_$NAME"), "_venv")}}

install:
- $PYINT -m pip install --upgrade pip
- $PYINT -m pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ jyquickhelper pyquickhelper pandas_streaming --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements_conda.txt
- $PYINT -m pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .local.jenkins.win.yml
Expand Up @@ -4,6 +4,7 @@ python:
virtualenv:
- path: {{ospathjoin(root_path, pickname("%NAME_JENKINS%", project_name + "_%VERSION%_%DIST%_%NAME%"), "_venv")}}
install:
- pip install --upgrade pip
- pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ pyquickhelper pyensae pymmails pymyinstall pyrsslocal
- pip install -r requirements.txt
- pip freeze
Expand Down

0 comments on commit abb376c

Please sign in to comment.