Skip to content

Commit

Permalink
Call pip install tox differently
Browse files Browse the repository at this point in the history
Change-Id: I6d181c6aa3568c05d2af9bf9f7bf975d7be32f0b
  • Loading branch information
andreykurilin committed Jan 12, 2022
1 parent 72859c8 commit 58b12c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/playbooks/tox-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
shell:
executable: /bin/bash
cmd: |
pip{{ python_version.stdout }} install tox
python{{ python_version.stdout }} -m pip install tox
roles:
- bindep

0 comments on commit 58b12c2

Please sign in to comment.