mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-02 21:40:18 +00:00
fix for python InsecurePlatformWarning error
This commit is contained in:
parent
f8f3896486
commit
884c6afc36
@ -12,8 +12,9 @@ function update_linux() {
|
|||||||
function install_ansible {
|
function install_ansible {
|
||||||
bash .ci/ansible-setup.sh
|
bash .ci/ansible-setup.sh
|
||||||
bundle install
|
bundle install
|
||||||
~/.avm/v2.3/venv/bin/pip install netaddr ansible-lint
|
# pyOpen, ndg-* and pyasn1 are for 'InsecurePlatformWarning' error
|
||||||
~/.avm/v2.4/venv/bin/pip install netaddr ansible-lint
|
~/.avm/v2.3/venv/bin/pip install netaddr ansible-lint pyOpenSSL ndg-httpsclient pyasn1
|
||||||
|
~/.avm/v2.4/venv/bin/pip install netaddr ansible-lint pyOpenSSL ndg-httpsclient pyasn1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user