Skip to content

Commit 9639a70

Browse files
committed
uninstall requries name and edge case where clean can fail
1 parent e254b5e commit 9639a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ documentation:
2121

2222
clean:
2323
@ python utilities.py clean
24-
python -m pip uninstall --yes .
24+
python -m pip uninstall --yes reactionmechanismgenerator || true # can fail if RMG not installed at all
2525

2626
clean-solver:
2727
@ python utilities.py clean-solver

0 commit comments

Comments
 (0)