Skip to content

Commit dc48545

Browse files
committed
hm
1 parent e51f39d commit dc48545

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
python-version: "3.13"
4343
mamba-version: "*"
4444
channels: conda-forge,defaults
45+
auto-activate-base: true
46+
activate-environment: base
4547

46-
- run: conda install 'asv>=0.6.4' libmambapy
48+
- run: conda install 'asv>=0.6.4'
4749

4850
- name: Cache datasets
4951
uses: actions/cache@v4

benchmarks/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// If missing or the empty string, the tool will be automatically
4444
// determined by looking for tools on the PATH environment
4545
// variable.
46-
"environment_type": "virtualenv",
46+
"environment_type": "conda",
4747

4848
// timeout in seconds for installing any dependencies in environment
4949
// defaults to 10 min

0 commit comments

Comments
 (0)