Skip to content
Snippets Groups Projects
Commit d1190c1b authored by Georg Krause's avatar Georg Krause
Browse files

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

parent 04187602
No related branches found
No related tags found
1 merge request!37feat: Make sure pip is up to date before running installation
Pipeline #31989 failed with stages
in 4 minutes and 16 seconds
......@@ -210,7 +210,10 @@
become: true
become_user: "{{ funkwhale_username }}"
pip:
name: wheel
name:
- "wheel"
- "pip>=21.3"
- "setuptools>=64"
virtualenv: "{{ funkwhale_install_path }}/virtualenv"
virtualenv_python: python3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment