Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2022-07-21 15:43:47 +0300
committerGitHub <noreply@github.com>2022-07-21 15:43:47 +0300
commite46042afcb3dbd5ce3171ec82fb24619359a4c99 (patch)
tree3cae465f591419414805bb15893452aa684074c4
parenta7b9f888cd72dfa875e3b7cc3b88be632f567d79 (diff)
fix(ci) fix for untrusted python certs (#434)
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
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