mirror of
https://github.com/frappe/bench.git
synced 2024-11-16 01:57:08 +00:00
ci: Update pip, wheel, setuptools explicitly in install
This commit is contained in:
parent
38fa45607d
commit
5515b0f4ca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user