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 2de2393
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
# ubuntu series: python 2.7
#

# TODO(@rvagg): a hack, how do we handle py3?

- name: install pip
package: name=python-pip state=present
when: os != "ubuntu2004"

- name: install tap2junit
pip: name=tap2junit state=present
when: os != "ubuntu2004"

0 comments on commit 2de2393

Please sign in to comment.