Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

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 bb9fec6 commit 4c534e0
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 --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements.txt
- $PYINT --version
Expand Down
1 change: 1 addition & 0 deletions .local.jenkins.win.yml
Expand Up @@ -8,6 +8,7 @@ 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/ jyquickhelper --extra-index-url=https://pypi.python.org/simple/
- pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ pyquickhelper --extra-index-url=https://pypi.python.org/simple/
- pip install -r requirements.txt
Expand Down

0 comments on commit 4c534e0

Please sign in to comment.