Skip to content
Snippets Groups Projects

feat: Make sure pip is up to date before running installation

Merged Georg Krause requested to merge update-pip into master
All threads resolved!
+ 4
1
@@ -210,7 +210,10 @@
@@ -210,7 +210,10 @@
become: true
become: true
become_user: "{{ funkwhale_username }}"
become_user: "{{ funkwhale_username }}"
pip:
pip:
name: wheel
name:
 
- "wheel"
 
- "pip>=21.3"
 
- "setuptools>=64"
virtualenv: "{{ funkwhale_install_path }}/virtualenv"
virtualenv: "{{ funkwhale_install_path }}/virtualenv"
virtualenv_python: python3
virtualenv_python: python3
Loading