1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Use --no-cache-dir during pip install of Lokole

This commit is contained in:
A Holt 2019-07-01 00:23:20 -04:00 committed by GitHub
parent fc846002a2
commit 438fae74ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
version: "{{ lokole_version }}"
virtualenv: "{{ lokole_venv }}"
virtualenv_command: python3 -m venv "{{ lokole_venv }}"
extra_args: --no-cache-dir # To avoid caching issues e.g. when new releases hit https://pypi.org/project/opwen-email-client/
tags:
- install
when: internet_available | bool