Skip to content

Commit e46042a

Browse files
authored
fix(ci) fix for untrusted python certs (#434)
1 parent a7b9f88 commit e46042a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ environment:
1515

1616
before_build:
1717
- set PATH=C:\Python27\Scripts;%PATH%
18+
- pip install --upgrade certifi
19+
- FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "import certifi;print(certifi.where())"`) DO ( SET SSL_CERT_FILE=%%F )
1820
- pip install hererocks
1921
- hererocks here --%LUA% -rlatest
2022
- call here\bin\activate

0 commit comments

Comments
 (0)