mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-20 14:37:04 +01:00
unpin casadi==3.5.5 to fix linux static builds
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
micromamba info
|
micromamba info
|
||||||
pip install pyopengl
|
pip install pyopengl
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi==3.5.5
|
pip install -vvv --pre git+https://github.com/cadquery/cadquery casadi
|
||||||
pip install pyinstaller>=5.6
|
pip install pyinstaller>=5.6
|
||||||
pip install path
|
pip install path
|
||||||
pip install jupyter-rfb
|
pip install jupyter-rfb
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
micromamba info
|
micromamba info
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5
|
pip install --pre git+https://github.com/cadquery/cadquery casadi
|
||||||
pip install pyinstaller==4.10
|
pip install pyinstaller==4.10
|
||||||
pip install path
|
pip install path
|
||||||
pip uninstall -y PyQt5
|
pip uninstall -y PyQt5
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
micromamba info
|
micromamba info
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5
|
pip install --pre git+https://github.com/cadquery/cadquery casadi
|
||||||
pip install pyinstaller>=5.6
|
pip install pyinstaller>=5.6
|
||||||
pip install path
|
pip install path
|
||||||
pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
|
pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
|
||||||
|
|||||||
Reference in New Issue
Block a user