|
83 | 83 | shell: bash -l {0} |
84 | 84 | run: | |
85 | 85 | conda activate mhkit-env |
86 | | - pip install -e ".[all,dev]" |
| 86 | + pip install -e ".[all,dev]" |
87 | 87 |
|
88 | 88 | - name: Prepare non-hindcast API data |
89 | 89 | shell: bash -l {0} |
@@ -134,7 +134,7 @@ jobs: |
134 | 134 | shell: bash -l {0} |
135 | 135 | run: | |
136 | 136 | conda activate mhkit-env |
137 | | - pip install -e ".[all,dev]" |
| 137 | + pip install -e ".[all,dev]" |
138 | 138 |
|
139 | 139 | - name: Prepare Wave Hindcast data |
140 | 140 | shell: bash -l {0} |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | shell: bash -l {0} |
184 | 184 | run: | |
185 | 185 | conda activate mhkit-env |
186 | | - pip install -e ".[all,dev]" |
| 186 | + pip install -e ".[all,dev]" |
187 | 187 |
|
188 | 188 | - name: Prepare Wind Hindcast data |
189 | 189 | shell: bash -l {0} |
@@ -290,7 +290,7 @@ jobs: |
290 | 290 | shell: bash -l {0} |
291 | 291 | run: | |
292 | 292 | python -m pip install --upgrade pip wheel |
293 | | - pip install -e ".[all,dev]" |
| 293 | + pip install -e ".[all,dev]" |
294 | 294 |
|
295 | 295 | - name: Reinstall h5py and netCDF4 with system libraries |
296 | 296 | if: runner.os == 'Linux' |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 | shell: bash -l {0} |
363 | 363 | run: | |
364 | 364 | conda activate mhkit-env |
365 | | - pip install -e ".[all,dev]" --no-deps |
| 365 | + pip install -e ".[all,dev]" --no-deps |
366 | 366 |
|
367 | 367 | - name: Download Wave Hindcast data from artifact |
368 | 368 | uses: actions/download-artifact@v4 |
@@ -514,7 +514,7 @@ jobs: |
514 | 514 | needs.prepare-nonhindcast-cache.result == 'success' && |
515 | 515 | needs.prepare-wave-hindcast-cache.result == 'skipped' && |
516 | 516 | needs.prepare-wind-hindcast-cache.result == 'skipped' && |
517 | | - needs.check-changes.outputs.should-run-hindcast == 'false' |
| 517 | + needs.check-changes.outputs.should-run-hindcast == 'false' |
518 | 518 | ) || |
519 | 519 | ( |
520 | 520 | needs.prepare-nonhindcast-cache.result == 'success' && |
@@ -584,7 +584,7 @@ jobs: |
584 | 584 | shell: bash -l {0} |
585 | 585 | run: | |
586 | 586 | conda activate mhkit-env |
587 | | - pip install -e ".[all,dev]" --no-deps |
| 587 | + pip install -e ".[all,dev]" --no-deps |
588 | 588 |
|
589 | 589 | - name: Download non-hindcast data |
590 | 590 | uses: actions/download-artifact@v4 |
|
0 commit comments