Skip to content

Commit f822ab3

Browse files
committed
Use conda env update instead of conda install
1 parent 17613f2 commit f822ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Install GMT and other required dependencies from conda-forge
6060
- name: Install GMT and required dependencies
6161
shell: bash -l {0}
62-
run: conda install --yes --file environment.yml
62+
run: conda env update --file environment.yml
6363

6464
# Show installed pkg information for postmortem diagnostic
6565
- name: List installed packages

0 commit comments

Comments
 (0)