Skip to content

Commit 281b96b

Browse files
committed
Try manually installing wheel for molecule Travis CI test.
1 parent 28c2b5f commit 281b96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/molecule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo apt-get install -y python3-pip python3-setuptools
1111
curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
1212

1313
# Install dependencies.
14-
pip3 install ansible molecule ansible-lint yamllint docker
14+
pip3 install wheel ansible molecule ansible-lint yamllint docker
1515

1616
cd molecule
1717

0 commit comments

Comments
 (0)