try older cffi on windows build

This commit is contained in:
Lex Berezhny 2019-02-26 14:40:43 -05:00
parent 8d9da61c7d
commit 5d428138ed

View file

@ -5,7 +5,7 @@ rm -rf /tmp/.wine-*
apt-get -qq update
apt-get -qq install -y git
pip install setuptools_scm
pip install setuptools_scm cffi==1.12.1
git clone https://github.com/lbryio/torba.git --depth 1
cd torba && pip install -e . && cd ..