Skip to content

Commit 1850369

Browse files
committed
1 parent d449a1f commit 1850369

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
key: benchmark-state-${{ hashFiles('benchmarks/**') }}
5252

5353
- name: Install dependencies
54-
run: pip install 'asv>=0.6.4' packaging
54+
# https://github.com/airspeed-velocity/asv/issues/1493
55+
run: pip install 'asv@git+https://github.com/airspeed-velocity.git' rattler
5556

5657
- name: Configure ASV
5758
working-directory: ${{ env.ASV_DIR }}

benchmarks/asv.conf.json

Lines changed: 1 addition & 5 deletions
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": "rattler",
4747

4848
// timeout in seconds for installing any dependencies in environment
4949
// defaults to 10 min
@@ -71,10 +71,6 @@
7171
// pip (with all the conda available packages installed first,
7272
// followed by the pip installed packages).
7373
"req": {
74-
"numpy": ["2.3.0"],
75-
"scipy": ["1.16.1"],
76-
"spatialdata": ["0.4.0"],
77-
"PyYAML": ["6.0.2"],
7874
},
7975
// same for env variables
8076
"env": {},

0 commit comments

Comments
 (0)