Skip to content

Commit 12527d9

Browse files
authored
fix: pin pip version to <24.1 to allow installing pytz (celery) (#95)
1 parent 794299e commit 12527d9

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)