Skip to content

Commit a3a3722

Browse files
committed
Now gotta figure out how many of these --no-deps to remove
1 parent b361fa8 commit a3a3722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
shell: bash -l {0}
239239
run: |
240240
conda activate mhkit-env
241-
pip install -e . --no-deps
241+
pip install -e .
242242
243243
- name: Run pytest & generate coverage report
244244
shell: bash -l {0}
@@ -584,7 +584,7 @@ jobs:
584584
shell: bash -l {0}
585585
run: |
586586
conda activate mhkit-env
587-
pip install -e ".[all,dev]" --no-deps
587+
pip install -e ".[all,dev]"
588588
589589
- name: Download non-hindcast data
590590
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)