Skip to content

Commit 6958959

Browse files
committed
Let conda update the 'test' environment, not 'pygmt'
1 parent f822ab3 commit 6958959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

+1-1
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 env update --file environment.yml
62+
run: conda env update --name test --file environment.yml
6363

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

0 commit comments

Comments
 (0)