Skip to content

Commit

Permalink
fix: pin pip version to <21.4 to allow installing pytz (celery) (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jun 22, 2024
1 parent fcde9b3 commit d7ba2a0
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, setuptools, wheel]
name: [pip<21.4, setuptools, wheel]
state: latest # noqa package-latest
virtualenv: "{{ libretime_venv_dir }}"
virtualenv_command: python3 -m venv
Expand Down

0 comments on commit d7ba2a0

Please sign in to comment.