2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00

ci: Update pip, wheel, setuptools explicitly in install

This commit is contained in:
Gavin D'souza 2022-07-28 11:37:16 +05:30
parent 38fa45607d
commit 5515b0f4ca

View File

@ -56,7 +56,7 @@ matrix:
script: python -m unittest -v bench.tests.test_utils && python -m unittest -v bench.tests.test_init
install:
- python -m pip install urllib3 pyOpenSSL ndg-httpsclient pyasn1
- python -m pip install -U --no-cache-dir --force-reinstall urllib3 pyOpenSSL ndg-httpsclient pyasn1 wheel setuptools pip
- if [ $TEST == "bench" ];then
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb;