Skip to content

Commit 7bb42ff

Browse files
committed
Revert previous debug to figure out why Actions Windows build is broken when local Windows is not
1 parent 70bab8b commit 7bb42ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cq-cli_pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ elif sys.platform == 'darwin':
2323
ocp_path = (os.path.join(HOMEPATH, 'OCP.cpython-38-darwin.so'), '.')
2424
elif sys.platform == 'win32':
2525
occt_dir = Path(sys.prefix) + os.path.sep + 'Library' + os.path.sep + 'share' + os.path.sep + 'opencascade'
26-
ocp_path = (os.path.join('C:\\Miniconda3\\envs\\test\\Lib\\site-packages', 'OCP.cp38-win_amd64.pyd'), '.')
26+
ocp_path = (os.path.join(HOMEPATH, 'OCP.cp38-win_amd64.pyd'), '.')
2727

2828
# Dynamically find all the modules in the cqcodecs directory
2929
hidden_imports = []

0 commit comments

Comments
 (0)