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
This commit is contained in:
@@ -100,7 +100,7 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor
|
||||||
pip install git+https://github.com/cadquery/cadquery
|
pip install --pre cadquery
|
||||||
pip install pyinstaller==4.10
|
pip install pyinstaller==4.10
|
||||||
pip install path
|
pip install path
|
||||||
pip install pipwin
|
pip install pipwin
|
||||||
|
|||||||
Reference in New Issue
Block a user