Skip to content

Commit

Permalink
Trying without manually adding the OCP.pyd file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 2, 2023
1 parent 7adec5d commit 3d9db18
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 @@ -81,7 +81,7 @@ jobs:
- name: Run build
shell: pwsh
run: |
Get-ChildItem -Path C:\Miniconda3\envs\test\ -Filter OCP* -Recurse
# Get-ChildItem -Path C:\Miniconda3\envs\test\ -Filter OCP* -Recurse
mamba info
pyinstaller cq-cli_pyinstaller.spec ${{ github.event.inputs.type }}
- uses: actions/upload-artifact@v2
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 3d9db18

Please sign in to comment.