Skip to content

Commit e5183dc

Browse files
committed
pin meson==0.55.3 to try fix PermissionError on windows
with latest meson 0.56, Appveyor CI sometimes fails with https://ci.appveyor.com/project/googlefonts/ots-python/builds/36989591/job/6e2orcxjbfyy6j3b#L184 sometimes it passes.. I have no idea.
1 parent b081249 commit e5183dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deps =
2828
pip
2929
setuptools
3030
wheel
31-
git+https://github.com/mesonbuild/meson.git#egg=meson
31+
meson==0.55.3
3232
ninja
3333
skip_install = true
3434
commands =

0 commit comments

Comments
 (0)