We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f822ab3 commit 6958959Copy full SHA for 6958959
.github/workflows/ci_tests.yaml
@@ -59,7 +59,7 @@ jobs:
59
# Install GMT and other required dependencies from conda-forge
60
- name: Install GMT and required dependencies
61
shell: bash -l {0}
62
- run: conda env update --file environment.yml
+ run: conda env update --name test --file environment.yml
63
64
# Show installed pkg information for postmortem diagnostic
65
- name: List installed packages
0 commit comments