Skip to content

Commit

Permalink
python3 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 29, 2020
1 parent a857e05 commit 24208a4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- name: install pip
package: name=python-pip state=present
#TODO(@rvagg): a hack, how do we handle py3?
when: os != "ubuntu2004"

- name: install tap2junit
pip: name=tap2junit state=present
#TODO(@rvagg): a hack, how do we handle py3?
when: os != "ubuntu2004"

0 comments on commit 24208a4

Please sign in to comment.