Skip to content

Commit

Permalink
Conda Solving Env Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed May 28, 2020
1 parent a1fd05f commit d6140b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ install:
- conda install -y -c conda-forge conda=4.8.3
- planemo --version
- conda --version
- conda config --set channel_priority strict # Reduce the amount of time spent solving the environment.
# Reduce the amount of time spent solving the environment.
# https://github.com/conda/conda/issues/5536
- conda config --set channel_priority strict
- conda config --add pinned_packages 'r-base >=3.4'
- git diff --quiet "$TRAVIS_COMMIT_RANGE" -- ; GIT_DIFF_EXIT_CODE=$?
- |
if [ "$GIT_DIFF_EXIT_CODE" -gt 1 ] ; then
Expand Down

0 comments on commit d6140b9

Please sign in to comment.