google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k stars 281 forks source link

CI (wheels): Use flex and bison from the distro #1792

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 2 months ago

CI (wheels): Use flex and bison from the distro

This should be more efficient and will not rely on GNU servers which are currently down. The downside is that they are not pinned anymore, but these packages shouldn't have breaking changes.