Skip to content

Commit

Permalink
Trying to figure out why OCP.pyd file is missing in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 2, 2023
1 parent 167bf8b commit 6482f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-builds-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
shell: pwsh
run: |
mamba info
mamba install -c cadquery -c conda-forge cadquery=master python=3.8 libnetcdf=4.7.4
mamba install -c cadquery -c conda-forge cadquery=master python=3.8 libnetcdf=4.7.4 ocp
mamba install -c conda-forge pyinstaller
pip install path
- name: Run build
Expand Down
6 changes: 3 additions & 3 deletions cq-cli_pyinstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ hidden_imports = hidden_imports + hidden_imports_numpy

a = Analysis(['src/cq_cli/main.py'],
pathex=['.'],
# binaries=[
# ocp_path
# ],
binaries=[
ocp_path
],
datas=[
(os.path.join(os.path.dirname(os.path.realpath('__file__')), 'src', 'cq_cli', 'cqcodecs'), 'cqcodecs')
],
Expand Down

0 comments on commit 6482f6e

Please sign in to comment.