Skip to content

Commit 72b67da

Browse files
committed
Added cq_gears and cq_cache plugins
1 parent cc64d2a commit 72b67da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pyinstaller-builds-actions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
conda uninstall --force -y importlib_resources
3535
pip install path
3636
pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
37+
pip install git+https://github.com/meadiode/cq_gears.git@main
38+
pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache"
3739
- name: Run build
3840
shell: bash --login {0}
3941
run: |
@@ -68,6 +70,8 @@ jobs:
6870
pip install PyQt5==5.15.7
6971
pip install PyQtWebEngine==5.15.6
7072
pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
73+
pip install git+https://github.com/meadiode/cq_gears.git@main
74+
pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache"
7175
- name: Run build
7276
shell: bash --login {0}
7377
run: |
@@ -97,6 +101,8 @@ jobs:
97101
pipwin install numpy
98102
pip install path
99103
pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
104+
pip install git+https://github.com/meadiode/cq_gears.git@main
105+
pip install -e "git+https://github.com/CadQuery/cadquery-plugins.git#egg=cq_cache&subdirectory=plugins/cq_cache"
100106
- name: Run build
101107
shell: powershell
102108
run: |

pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ a = Analysis(['run.py'],
3434
'pyqtgraph.imageview.ImageViewTemplate_pyqt5', 'debugpy', 'xmlrpc',
3535
'zmq.backend', 'cq_warehouse', 'cq_warehouse.bearing', 'cq_warehouse.chain',
3636
'cq_warehouse.drafting', 'cq_warehouse.extensions', 'cq_warehouse.fastener',
37-
'cq_warehouse.sprocket', 'cq_warehouse.thread'] + hiddenimports1 + hiddenimports2,
37+
'cq_warehouse.sprocket', 'cq_warehouse.thread', 'cq_gears', 'cq_cache'] + hiddenimports1 + hiddenimports2,
3838
hookspath=[],
3939
runtime_hooks=['pyinstaller/pyi_rth_occ.py',
4040
'pyinstaller/pyi_rth_fontconfig.py'],

0 commit comments

Comments
 (0)