Skip to content

Commit fab48cd

Browse files
committed
Adding a -y command to pip uninstall moorpy to say yes
- needed to properly install the current moorpy dev branch
1 parent 90bb873 commit fab48cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_FAModel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Overwrite MoorPy
5151
run: |
52-
pip uninstall moorpy # need to uninstall the old version to install the current dev branch
52+
pip uninstall -y moorpy # need to uninstall the old version to install the current dev branch
5353
pip install git+https://github.com/NREL/MoorPy@dev
5454
5555
- name: Example run

0 commit comments

Comments
 (0)