Skip to content

Commit

Permalink
Use conda env update instead of conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Feb 14, 2021
1 parent 17613f2 commit f822ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Install GMT and other required dependencies from conda-forge
- name: Install GMT and required dependencies
shell: bash -l {0}
run: conda install --yes --file environment.yml
run: conda env update --file environment.yml

# Show installed pkg information for postmortem diagnostic
- name: List installed packages
Expand Down

0 comments on commit f822ab3

Please sign in to comment.