File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed
Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ updates:
1515 actions :
1616 patterns :
1717 - " *"
18- # - package-ecosystem: pip
19- # directory: .github/
20- # schedule:
21- # interval: "monthly"
22- # groups:
23- # pip:
24- # patterns:
25- # - "*"
18+ - package-ecosystem : pip
19+ directory : .github/
20+ schedule :
21+ interval : " monthly"
22+ groups :
23+ pip :
24+ patterns :
25+ - " *"
Original file line number Diff line number Diff line change 7777 platforms : linux/ppc64le
7878
7979 - name : Install cibuildwheel
80- run : python -m pip install cibuildwheel~=3.3
80+ run : python -m pip install -r requirements-wheel.txt
8181
8282 - name : Build wheels
8383 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ if [ "$1" = "mypy" ]; then
268268 if [ -n " $WHEELDIR " ]; then
269269 $PREFIX /bin/pip install $WHEELDIR /pygit2* -$PYTHON_TAG -* .whl
270270 fi
271- $PREFIX /bin/pip install -r requirements-test.txt
271+ $PREFIX /bin/pip install -r requirements-test.txt -r requirements-typing.txt
272272 $PREFIX /bin/mypy pygit2 test
273273fi
274274
Original file line number Diff line number Diff line change 11pytest
22pytest-cov
3- mypy
4- types-cffi
Original file line number Diff line number Diff line change 1+ mypy
2+ types-cffi
Original file line number Diff line number Diff line change 1+ cibuildwheel ~= 3.3
You can’t perform that action at this time.
0 commit comments