Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
567 stars 90 forks source link

try to fix ci #212

Closed aisk closed 1 year ago

aisk commented 1 year ago

According to https://github.com/actions/setup-python/issues/544 , the latest version of ubuntu dose not provide 3.6 python build cache, so we need pin it to ubuntu 20.04.

And the old version of pip / setuptools which support python 3.6 do not install cython before running the extension building, so we need to install it before install the thriftpy package.