Skip to content

Commit 30ba4e5

Browse files
author
embs
committed
Use fixed version of pygit2 on appveyor config
Newer versions don't have wheels due to pygit2 appveyor's build breakage.
1 parent aaa86c9 commit 30ba4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
PYTHON: 'C:\Python36-x64\python.exe'
2424

2525
init:
26-
- cmd: '%PYTHON% -m pip install -U nose wheel pygit2'
26+
- cmd: '%PYTHON% -m pip install -U nose wheel pygit2==0.26.1'
2727

2828
build: off
2929

0 commit comments

Comments
 (0)