From c7fe0685e1ab46f94825f13479f99bd3b93c35a4 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Sat, 17 Sep 2022 21:36:07 -0500 Subject: [PATCH] Update pyinstaller-builds-actions.yml add build123d --- .github/workflows/pyinstaller-builds-actions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pyinstaller-builds-actions.yml b/.github/workflows/pyinstaller-builds-actions.yml index 6666172..e6063de 100644 --- a/.github/workflows/pyinstaller-builds-actions.yml +++ b/.github/workflows/pyinstaller-builds-actions.yml @@ -36,6 +36,7 @@ jobs: pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse 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 - name: Run build shell: bash --login {0} run: | @@ -72,6 +73,7 @@ jobs: pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse 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 - name: Run build shell: bash --login {0} run: | @@ -103,6 +105,7 @@ jobs: pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse 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 - name: Run build shell: powershell run: |