Skip to content

Commit fb85a5b

Browse files
committed
Force the unstable branch to install the beta version of cadquery-ocp that is broken in FreeCAD
1 parent e686e1d commit fb85a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CQGui/Command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def Activated(self):
4747
import subprocess
4848
print("Starting to install CadQuery unstable...")
4949
subprocess.run(["python", "-m", "pip", "install", "--upgrade", "https://github.com/CadQuery/cadquery.git"], capture_output=False)
50-
subprocess.run(["python", "-m", "pip", "install", "--pre", "--upgrade", "cadquery-ocp"], capture_output=False)
50+
subprocess.run(["python", "-m", "pip", "install", "--pre", "--upgrade", "cadquery-ocp==7.7.2.2b2"], capture_output=False)
5151
print("CadQuery unstable has been installed! Please restart FreeCAD.")
5252

5353

0 commit comments

Comments
 (0)