Skip to content
This repository has been archived by the owner on Jun 13, 2022. 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 Jun 23, 2020
1 parent 5515ca3 commit f833a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.lin.yml
Expand Up @@ -9,7 +9,7 @@ virtualenv:

install:
- $PYINT -m pip install --upgrade pip
- $PYINT -m pip install --no-cache-dir --upgrade --no-deps --index http://localhost:8067/simple/ pyquickhelper jyquickhelper pymmails --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install --upgrade --no-cache-dir --no-deps --index http://localhost:8067/simple/ pyquickhelper jyquickhelper pymmails --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements_conda.txt
- $PYINT -m pip install -r requirements.txt
- $PYINT --version
Expand Down

0 comments on commit f833a6e

Please sign in to comment.