From 67fa19704e798e613ef53ed5d39893c439b324a3 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 28 Oct 2022 10:18:01 -0500 Subject: [PATCH] Update pyinstaller-builds-actions-PIP-TAR.yml change from: pip install --pre cadquery casadi==3.5.5 to: pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5 --- .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 be59238..4be7ca8 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -100,7 +100,7 @@ jobs: shell: powershell run: | pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor - pip install --pre cadquery casadi==3.5.5 + pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5 pip install pyinstaller==4.10 pip install path pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse