fix integration test pip on Debian

Lee Garrett 2 days ago
parent 6294a38ba1
commit ce115f1490

@ -40,7 +40,7 @@
- name: ensure wheel is installed - name: ensure wheel is installed
pip: pip:
name: wheel name: wheel
extra_args: "-c {{ remote_constraints }}" extra_args: "--break-system-packages -c {{ remote_constraints }}"
- include_tasks: pip.yml - include_tasks: pip.yml

Loading…
Cancel
Save