mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #1804 from holta/lokole-0.4.3
Use --no-cache-dir during pip install of Lokole
This commit is contained in:
commit
5394003ba5
1 changed files with 1 additions and 0 deletions
|
@ -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. soon after new releases hit https://pypi.org/project/opwen-email-client/
|
||||
tags:
|
||||
- install
|
||||
when: internet_available | bool
|
||||
|
|
Loading…
Reference in a new issue