mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Disable pip caching for osm (Fixes #385)
This commit is contained in:
parent
b25b0b3e93
commit
0d22dcb258
1 changed files with 2 additions and 2 deletions
|
@ -27,14 +27,14 @@
|
|||
virtualenv={{ osm_venv }}
|
||||
virtualenv_site_packages=no
|
||||
version=2.6
|
||||
extra_args="--disable-pip-version-check"
|
||||
extra_args="--disable-pip-version-check --no-cache-dir"
|
||||
when: internet_available
|
||||
|
||||
- name: Install IIAB with dependencies
|
||||
pip: name={{ item }}
|
||||
virtualenv={{ osm_venv }}
|
||||
virtualenv_site_packages=no
|
||||
extra_args="--disable-pip-version-check"
|
||||
extra_args="--disable-pip-version-check --no-cache-dir"
|
||||
with_items:
|
||||
- MarkupSafe
|
||||
- pytz
|
||||
|
|
Loading…
Reference in a new issue