Skip to content

Commit aa0ee30

Browse files
committed
fix: pin pip version to <24.1 to allow installing pytz (celery)
1 parent 20efafc commit aa0ee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
- name: Setup python3 environment
107107
ansible.builtin.pip:
108-
name: [pip<21.4, setuptools, wheel]
108+
name: [pip<24.1, setuptools, wheel]
109109
state: latest # noqa package-latest
110110
virtualenv: "{{ libretime_venv_dir }}"
111111
virtualenv_command: python3 -m venv

0 commit comments

Comments
 (0)