mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
fix remote shippable target failures (#17287)
cryptography upgrade caused fatal error when pycrypto was not installed
This commit is contained in:
@@ -86,6 +86,7 @@ if [ ${start_instance} ]; then
|
||||
start --id "${instance_id}" "${test_auth}" "${test_platform}" "${test_version}" ${args}
|
||||
fi
|
||||
|
||||
pip install "${source_root}" --upgrade
|
||||
pip install -r "${source_root}/test/utils/shippable/remote-requirements.txt" --upgrade
|
||||
pip list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user