Skip to content

Commit 003bbbb

Browse files
committed
Trying to fix tests
1 parent c7d0312 commit 003bbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -o errexit
1212
set -o pipefail
1313

1414
# Latest Ansible install
15-
pip install docker-py ansible
15+
pip install docker ansible
1616

1717
# Pull docker image or build it
1818
if [ -f tests/Dockerfile.${DISTRIBUTION}_${DIST_VERSION} ]

0 commit comments

Comments
 (0)