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 b361fa8 commit a3a3722Copy full SHA for a3a3722
1 file changed
.github/workflows/main.yml
@@ -238,7 +238,7 @@ jobs:
238
shell: bash -l {0}
239
run: |
240
conda activate mhkit-env
241
- pip install -e . --no-deps
+ pip install -e .
242
243
- name: Run pytest & generate coverage report
244
@@ -584,7 +584,7 @@ jobs:
584
585
586
587
- pip install -e ".[all,dev]" --no-deps
+ pip install -e ".[all,dev]"
588
589
- name: Download non-hindcast data
590
uses: actions/download-artifact@v4
0 commit comments