Skip to content

Commit

Permalink
try conda
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Sep 17, 2023
1 parent 4e9d64c commit 66ec569
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.dask.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// If missing or the empty string, the tool will be automatically
// determined by looking for tools on the PATH environment
// variable.
"environment_type": "mamba",
"environment_type": "conda",

// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
Expand Down
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.hdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// If missing or the empty string, the tool will be automatically
// determined by looking for tools on the PATH environment
// variable.
"environment_type": "mamba",
"environment_type": "conda",

// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
Expand Down
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// If missing or the empty string, the tool will be automatically
// determined by looking for tools on the PATH environment
// variable.
"environment_type": "mamba",
"environment_type": "conda",

// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
Expand Down
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.unidist.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// If missing or the empty string, the tool will be automatically
// determined by looking for tools on the PATH environment
// variable.
"environment_type": "mamba",
"environment_type": "conda",

// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
Expand Down

0 comments on commit 66ec569

Please sign in to comment.