From afa20cd71534def3905a4bfe98632bfe92d076ee Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 1 Nov 2022 20:56:21 -0500 Subject: [PATCH] increase pip verbosity for cadquery and casadi install --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index 59bf31f..9fa42dd 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -30,7 +30,7 @@ jobs: sudo apt install -y libxcb-xinerama0 micromamba info pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor - pip install --pre git+https://github.com/cadquery/cadquery casadi + pip install -v --pre git+https://github.com/cadquery/cadquery casadi pip install pyinstaller==4.10 pip install path pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse