From f9ecd7c006e251f78b2c4d229c6b1ec79ef9d7fe Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 14 Oct 2022 09:29:24 -0500 Subject: [PATCH] Add cqMore to static build --- .github/workflows/pyinstaller-builds-actions-mmamba.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pyinstaller-builds-actions-mmamba.yml b/.github/workflows/pyinstaller-builds-actions-mmamba.yml index 5896eb4..734db45 100644 --- a/.github/workflows/pyinstaller-builds-actions-mmamba.yml +++ b/.github/workflows/pyinstaller-builds-actions-mmamba.yml @@ -36,6 +36,7 @@ jobs: pip install git+https://github.com/meadiode/cq_gears.git@main pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache" pip install git+https://github.com/gumyr/build123d.git#egg=build123d + pip install git+https://github.com/JustinSDK/cqMore - name: Run build shell: bash --login {0} run: | @@ -73,6 +74,7 @@ jobs: pip install git+https://github.com/meadiode/cq_gears.git@main pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache" pip install git+https://github.com/gumyr/build123d.git#egg=build123d + pip install git+https://github.com/JustinSDK/cqMore - name: Run build shell: bash --login {0} run: | @@ -107,6 +109,7 @@ jobs: pip install git+https://github.com/meadiode/cq_gears.git@main pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache" pip install git+https://github.com/gumyr/build123d.git#egg=build123d + pip install git+https://github.com/JustinSDK/cqMore - name: Run build shell: powershell run: |