From 41ee6be4e5c80007e8498baf13bf4695a07bc37c Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 18 Feb 2025 08:47:42 -0600 Subject: [PATCH] pyinstaller-builds-actions-PIP-TAR.yml -> add some missing deps --- .../workflows/pyinstaller-builds-actions-PIP-TAR.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index a4dfd8a..99f56e2 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -29,7 +29,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 + pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi typish "multimethod>=1.11,<2.0" "nlopt>=2.9.0,<3.0" typish 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 + pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi typish "multimethod>=1.11,<2.0" "nlopt>=2.9.0,<3.0" typish pip install pyinstaller>=5.6 pip install path pip uninstall -y PyQt5 @@ -111,9 +111,7 @@ jobs: brew upgrade brew install openssl pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor - pip install https://github.com/CadQuery/ocp-build-system/releases/download/7.7.2.0/cadquery_ocp-7.7.2-cp311-cp311-macosx_11_0_arm64.whl - pip install https://github.com/jdegenstein/nlopt-python/releases/download/2.7.1.3/nlopt-2.7.1-cp311-cp311-macosx_11_0_arm64.whl - pip install --pre git+https://github.com/cadquery/cadquery casadi + pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi typish "multimethod>=1.11,<2.0" "nlopt>=2.9.0,<3.0" typish pip install pyinstaller>=5.6 pip install path pip uninstall -y PyQt5 @@ -155,7 +153,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 + pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi typish "multimethod>=1.11,<2.0" "nlopt>=2.9.0,<3.0" typish pip install pyinstaller>=5.6 pip install path pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse