We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b9f88 commit e46042aCopy full SHA for e46042a
appveyor.yml
@@ -15,6 +15,8 @@ environment:
15
16
before_build:
17
- 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 )
20
- pip install hererocks
21
- hererocks here --%LUA% -rlatest
22
- call here\bin\activate
0 commit comments