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

Commit

Permalink
Add condition to 'Ensure pip is up-to-date'
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Jan 11, 2021
1 parent 6ec2abb commit e2bbadb
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 @@ -156,7 +156,7 @@
- name: Ensure Pip is up to date
command: "python3 -m pip install -U pip {{ _pip_args }}"
changed_when: false
when: (accelize_drm_from_source | bool) or (accelize_drm_build | bool)
when: (accelize_drm_from_source | bool) or (accelize_drm_build | bool) or (accelize_drm_test | bool)

- name: Ensure CMake is installed
pip:
Expand Down

0 comments on commit e2bbadb

Please sign in to comment.