Skip to content

Commit

Permalink
fix: pin pip version to <24.1 to allow installing pytz (celery)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 22, 2024
1 parent 20efafc commit aa0ee30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

- name: Setup python3 environment
ansible.builtin.pip:
name: [pip<21.4, setuptools, wheel]
name: [pip<24.1, setuptools, wheel]
state: latest # noqa package-latest
virtualenv: "{{ libretime_venv_dir }}"
virtualenv_command: python3 -m venv
Expand Down

0 comments on commit aa0ee30

Please sign in to comment.