Skip to content

Commit 72e0087

Browse files
committed
Try force removal of plugins
1 parent f5d3d48 commit 72e0087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/platforms/baseline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
default_start_seed = 1
2121

2222
def install_herbie(install_dir: Path):
23-
subprocess.run(['raco', 'pkg', 'remove', 'avx-herbie', 'fdlibm-herbie', 'vdt-herbie'])
23+
# TODO: Don't know if this will work or not
24+
subprocess.run(['raco', 'pkg', 'remove', '--force', 'avx-herbie', 'fdlibm-herbie', 'vdt-herbie'])
2425
subprocess.run(['git', 'clone', '--branch', 'v2.0.2', 'https://github.com/herbie-fp/herbie', install_dir])
2526
subprocess.run(['make', 'install'], cwd=install_dir)
2627

0 commit comments

Comments
 (0)