From e46042afcb3dbd5ce3171ec82fb24619359a4c99 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 21 Jul 2022 14:43:47 +0200 Subject: fix(ci) fix for untrusted python certs (#434) --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index db70c7d..31e1202 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,6 +15,8 @@ environment: before_build: - set PATH=C:\Python27\Scripts;%PATH% + - pip install --upgrade certifi + - FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "import certifi;print(certifi.where())"`) DO ( SET SSL_CERT_FILE=%%F ) - pip install hererocks - hererocks here --%LUA% -rlatest - call here\bin\activate -- cgit v1.2.3