We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bb873 commit fab48cdCopy full SHA for fab48cd
.github/workflows/CI_FAModel.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Overwrite MoorPy
51
run: |
52
- pip uninstall moorpy # need to uninstall the old version to install the current dev branch
+ pip uninstall -y moorpy # need to uninstall the old version to install the current dev branch
53
pip install git+https://github.com/NREL/MoorPy@dev
54
55
- name: Example run
0 commit comments