Skip to content

Commit

Permalink
Have CI use mamba (#2983)
Browse files Browse the repository at this point in the history
Not an issue targetted fix.
Improve CI (no user facing changes)

- Overview

  mamba is a dropin replacement for the conda CLI but faster

- Work done in this PR

  Enabled the `MAMBA` environment variable keyword for the CI helper.

(cherry picked from commit 2ee4e9d)
  • Loading branch information
jbarnoud authored and orbeckst committed Oct 24, 2020
1 parent 088a666 commit 73cd1e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ env:
- INSTALL_HOLE="true"
- CYTHON_TRACE_NOGIL=1
- MPLBACKEND=agg
- MAMBA=true

jobs:
# Run a coverage test for most versions
Expand Down
4 changes: 4 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Fixes
Enhancements
* Improved performances when parsing TPR files (PR #2804)

Changes (not affecting users)
* Continuous integration uses mamba rather than conda to install the
dependencies (PR #2983)

Deprecations
* waterdynamics.HydrogenBondLifetimes will be removed in 2.0.0 and
replaced with hydrogenbonds.HydrogenBondAnalysis.lifetime() (#2547)
Expand Down

0 comments on commit 73cd1e6

Please sign in to comment.