From 66e620a877eb31423ef187242986518f92d9e04d Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 27 Oct 2022 16:26:56 -0500 Subject: [PATCH] Update pyinstaller-builds-actions-PIP-TAR.yml change from: pip install git+https://github.com/cadquery/cadquery to: pip install --pre cadquery hopefully will resolve cadquery-ocp --- .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 7f14c40..e90e67c 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 git+https://github.com/cadquery/cadquery + pip install --pre cadquery pip install pyinstaller==4.10 pip install path pip install pipwin