Skip to content

Commit

Permalink
use mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Aug 21, 2023
1 parent 0f9778a commit 28e0a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// If missing or the empty string, the tool will be automatically
// determined by looking for tools on the PATH environment
// variable.
"environment_type": "conda",
"environment_type": "mamba",

// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
Expand Down Expand Up @@ -117,7 +117,7 @@
// // additional env for python2.7
// {"python": "2.7", "numpy": "1.8"},
// // additional env if run on windows+conda
// {"platform": "win32", "environment_type": "conda", "python": "2.7", "libpython": ""},
// {"platform": "win32", "environment_type": "mamba", "python": "2.7", "libpython": ""},
// ],

// The directory (relative to the current directory) that benchmarks are
Expand Down

0 comments on commit 28e0a88

Please sign in to comment.