Commit Graph

54 Commits

Author SHA1 Message Date
jdegenstein
e436bd3d7e Re-enable Linux/MacOS on -PIP-TAR.yaml
try and emulate Windows installation process, wherever possible
2022-10-28 11:52:16 -05:00
jdegenstein
67fa19704e Update pyinstaller-builds-actions-PIP-TAR.yml
change from:
pip install --pre cadquery casadi==3.5.5
to:
pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5
2022-10-28 10:18:01 -05:00
jdegenstein
272bede28f Update pyinstaller-builds-actions-PIP-TAR.yml
Remove: 
        pip install pipwin
        pipwin install numpy
Will probably break everything because we may need MKL-enabled numpy.
2022-10-28 08:56:08 -05:00
jdegenstein
9f4fa50c7c Update pyinstaller-builds-actions-PIP-TAR.yml
pip list
tree $PWD /F
2022-10-27 20:31:31 -05:00
jdegenstein
0087803ee4 Update pyinstaller-builds-actions-PIP-TAR.yml
unpin ipopt==3.4.10
2022-10-27 19:45:28 -05:00
jdegenstein
466d1e7534 Update pyinstaller-builds-actions-PIP-TAR.yml
pin ipopt==3.4.10 casadi==3.5.5
2022-10-27 19:33:50 -05:00
jdegenstein
0e29e3091b Update pyinstaller-builds-actions-PIP-TAR.yml
point to new spec file
2022-10-27 16:37:33 -05:00
jdegenstein
66e620a877 Update pyinstaller-builds-actions-PIP-TAR.yml
change from:
pip install git+https://github.com/cadquery/cadquery
to:
pip install --pre cadquery

hopefully will resolve cadquery-ocp
2022-10-27 16:26:56 -05:00
jdegenstein
14535ec7a4 Create pyinstaller-builds-actions-PIP-TAR.yml
trying to use as few conda/mamba steps as possible
2022-10-27 16:14:02 -05:00
jdegenstein
36f2896652 Fix casadi*.dll path 2022-10-26 13:10:40 -05:00
jdegenstein
36f23a4d7e change casadi...dll path in mmamba-TAR.yml 2022-10-26 12:55:46 -05:00
jdegenstein
c85c8358f5 Update mmamba-TAR.yml to include casadi_nlpsol_ipopt.dll
using Copy-Item after PyInstaller has run
2022-10-26 12:33:24 -05:00
jdegenstein
be62509ba7 Update pyinstaller-builds-actions-mmamba-TAR.yml
install casadi and ipopt
2022-10-26 10:49:29 -05:00
jdegenstein
0818537f34 Update pyinstaller-builds-actions-mmamba-TAR.yml
re-enable tar(tifact)
2022-10-25 21:07:35 -05:00
jdegenstein
22c3d3a37b Update pyinstaller-builds-actions-mmamba-TAR.yml 2022-10-25 16:42:33 -05:00
jdegenstein
3764233ed7 Update pyinstaller-builds-actions-mmamba-TAR.yml
use windows only, disabled TAR
2022-10-25 15:33:08 -05:00
jdegenstein
3ad2341ef7 Keep libstdc++.so.6
testing dev for older distro compat
2022-10-14 12:33:57 -05:00
jdegenstein
f9ecd7c006 Add cqMore to static build 2022-10-14 09:29:24 -05:00
jdegenstein
c977cf2035 Unpin pyqtgraph 2022-10-03 16:45:30 -05:00
jdegenstein
45a72913bb Pin pyqtgraph=0.12.4 2022-10-03 11:34:21 -05:00
jdegenstein
c0b97d01ae Readd cq-editor=master to build action 2022-10-03 11:19:18 -05:00
jdegenstein
c52a2a4436 unpin pyqt=5.15 and remove cq-editor=master
testing build actions
2022-10-03 11:06:28 -05:00
jdegenstein
e24600a8a9 Update pyinstaller-builds-actions-mmamba.yml 2022-10-03 10:55:37 -05:00
jdegenstein
06ea4a495b pin PyQt5 version for static build
From build 27: PyQtGraph supports Qt version >= 5.15, but 5.12.9 detected.
2022-10-03 10:48:27 -05:00
jdegenstein
fe7431fd20 Try disable download-tartifact
prior build had tar inside of zip
2022-09-20 10:40:49 -05:00
jdegenstein
7eb8bd0ee1 Update alehechka/upload-tartifact@v1 2022-09-20 10:12:30 -05:00
jdegenstein
6410adec33 tartifact@v1 2022-09-20 10:09:52 -05:00
jdegenstein
db318139e0 Create pyinstaller-builds-actions-mmamba-TAR.yml
testing tar upload to improve speed
2022-09-20 10:07:49 -05:00
jdegenstein
bcfdcf0aba Test removing conda force uninstall
micromamba uninstall --force -y importlib_resources [did not work with micromamba, unsupported command]
2022-09-20 09:10:50 -05:00
jdegenstein
9e50de27df Reenable Linux/MacOS with mmamba 2022-09-20 09:04:19 -05:00
jdegenstein
3e9b2d5881 Readd pipwin/numpy to mmamba 2022-09-20 08:19:20 -05:00
jdegenstein
b6d3c0b580 Rename job and pin ipython=8.4.0 2022-09-20 07:25:32 -05:00
jdegenstein
50488fafc1 unpin ipython=7.20.0 2022-09-19 22:31:22 -05:00
jdegenstein
8466c5474b Explicitly install debugpy 2022-09-19 22:10:49 -05:00
jdegenstein
7760c0262d remove pipwin/numpy installation
pip install pipwin
        pipwin install numpy
2022-09-19 21:58:09 -05:00
jdegenstein
ca41347628 unpin spyder 2022-09-19 21:47:50 -05:00
jdegenstein
81e4ed2d2f pin jedi, spyder, ipython for mmamba
may change to py=3.8 next try
2022-09-19 21:34:23 -05:00
jdegenstein
f290c4f4c4 Pin ipython=7.20.0 to mmamba 2022-09-19 21:00:57 -05:00
jdegenstein
92999e943a Unpin versions for mmamba
also removed windows dll copies
2022-09-19 20:31:34 -05:00
jdegenstein
655888f87b yml not yaml 2022-09-19 20:23:18 -05:00
jdegenstein
1b72e14f20 2nd try micromamba 2022-09-19 20:18:55 -05:00
jdegenstein
9819944c8f add micromamba buildfile 2022-09-19 20:13:11 -05:00
jdegenstein
4adbb3856b pin to ipython=7.20 2022-09-19 16:51:59 -05:00
jdegenstein
8dd4f6b299 Add jedi specific version, remove spyder specific version 2022-09-19 16:00:54 -05:00
jdegenstein
80af0fd435 Update pyinstaller-builds-actions.yml 2022-09-19 15:09:49 -05:00
jdegenstein
c82b09fc84 Newest available versions of spyder and ipython
Attempting to finish exception crashes
2022-09-19 14:37:37 -05:00
jdegenstein
60315e7c79 Temporarily disable Linux/MacOS pyinstaller runs 2022-09-19 14:34:13 -05:00
jdegenstein
6ef9017f85 Revert to build Linux/MacOS in addition to Windows 2022-09-19 10:49:03 -05:00
jdegenstein
c342872f7e Temporarily disable Linux/MacOS builds for testing 2022-09-18 12:22:44 -05:00
jdegenstein
c7fe0685e1 Update pyinstaller-builds-actions.yml
add build123d
2022-09-17 21:36:07 -05:00