From a75c0030165becd64258ac37b2aa2bb774753ba1 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 16 Jan 2020 13:44:04 -0500 Subject: [PATCH] pin pyinstaller to 3.6 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e7e8ebdf..12fb767a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ test:json-api: - lbrynet-${OS}.zip script: - pip install --upgrade 'setuptools<45.0.0' - - pip install pyinstaller + - pip install pyinstaller==3.6 - python3.7 docker/set_build.py - pip install -e . - pyinstaller --onefile --name lbrynet lbry/extras/cli.py @@ -127,7 +127,7 @@ build:windows: - rmdir -Recurse venv script: - pip install --upgrade 'setuptools<45.0.0' - - pip install pyinstaller==3.5 + - pip install pyinstaller==3.6 - python docker/set_build.py - pip install -e . - pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbry/extras/cli.py