Skip to content

Commit

Permalink
Issue #101: More attempts to get pip installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 9, 2020
1 parent 999134e commit 35dc3b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/molecule.sh
Expand Up @@ -3,8 +3,11 @@
# Molecule playbook tests.
set -e

# Make sure pip3 is available.
sudo apt-get install -y python3-pip

# Install dependencies.
pip install ansible molecule ansible-test yamllint docker
sudo pip3 install ansible molecule ansible-test yamllint docker

# Run tests.
cd ../molecule
Expand Down

0 comments on commit 35dc3b4

Please sign in to comment.