From fba053d026c2d8b5efea03c09ff3fc20f4f05579 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 27 Feb 2023 11:54:53 -0600 Subject: [PATCH] unpin casadi==3.5.5 to fix linux static builds --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index b00b979..12f772d 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -32,7 +32,7 @@ jobs: micromamba info pip install pyopengl pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor - pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi==3.5.5 + pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi pip install pyinstaller>=5.6 pip install path pip install jupyter-rfb @@ -69,7 +69,7 @@ jobs: run: | micromamba info pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor - pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5 + pip install --pre git+https://github.com/cadquery/cadquery casadi pip install pyinstaller==4.10 pip install path pip uninstall -y PyQt5 @@ -108,7 +108,7 @@ jobs: run: | micromamba info pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor - pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5 + pip install --pre git+https://github.com/cadquery/cadquery casadi pip install pyinstaller>=5.6 pip install path pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse