Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Ensure Pip is up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Mar 27, 2020
1 parent 8f3a0d1 commit 6467578
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,10 @@
- ansible_os_family == "RedHat"
- (accelize_drm_from_source | bool) or (accelize_drm_build | bool)

- name: Ensure scikit-build is installed
pip:
name: scikit-build
executable: pip3
extra_args: "{{ _pip_args }}"
retries: 10
delay: 1
when: (accelize_drm_from_source | bool) or (accelize_drm_build | bool)
- name: Ensure Pip is up to date
command: "python3 -m pip install -U pip {{ _pip_args }}"
when:
- (accelize_drm_from_source | bool) or (accelize_drm_build | bool)

- name: Ensure CMake is installed
pip:
Expand Down

0 comments on commit 6467578

Please sign in to comment.