We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51f39d commit dc48545Copy full SHA for dc48545
.github/workflows/benchmark.yml
@@ -42,8 +42,10 @@ jobs:
42
python-version: "3.13"
43
mamba-version: "*"
44
channels: conda-forge,defaults
45
+ auto-activate-base: true
46
+ activate-environment: base
47
- - run: conda install 'asv>=0.6.4' libmambapy
48
+ - run: conda install 'asv>=0.6.4'
49
50
- name: Cache datasets
51
uses: actions/cache@v4
benchmarks/asv.conf.json
@@ -43,7 +43,7 @@
// If missing or the empty string, the tool will be automatically
// determined by looking for tools on the PATH environment
// variable.
- "environment_type": "virtualenv",
+ "environment_type": "conda",
// timeout in seconds for installing any dependencies in environment
// defaults to 10 min
0 commit comments