From 431499f43f471231af17284bf2e35e5974601702 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 31 Dec 2019 18:45:56 -0500 Subject: [PATCH] do not install torba --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66121e2d1..a55b2fe19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,6 @@ test:json-api: - lbrynet-${OS}.zip script: - pip install pyinstaller - - pip install -e torba/. - python3.7 docker/set_build.py - pip install -e lbry/. - pyinstaller --onefile --name lbrynet lbry/lbry/extras/cli.py @@ -115,7 +114,6 @@ build:windows: - rmdir -Recurse venv script: - pip install pyinstaller - - pip install -e torba/. - python docker/set_build.py - pip install -e lbry/. - pyinstaller --additional-hooks-dir=lbry/scripts/. --icon=lbry/icons/lbry256.ico -F -n lbrynet lbry/lbry/extras/cli.py