-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasv.conf.jsonc
More file actions
31 lines (31 loc) · 813 Bytes
/
asv.conf.jsonc
File metadata and controls
31 lines (31 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"version": 1,
"project": "parcels",
"project_url": "https://github.com/Parcels-Code/parcels",
"repo": "./Parcels",
"dvcs": "git",
"branches": ["main"],
"environment_type": "rattler",
"conda_channels": [
"conda-forge",
"defaults",
"https://repo.prefix.dev/parcels",
],
"default_benchmark_timeout": 1800,
"env_dir": ".asv/env",
"results_dir": "results",
"html_dir": "html",
"build_command": ["python -m build --wheel -o {build_cache_dir} {build_dir}"],
// "install_command": [
// "in-dir={conf_dir} python -m pip install .",
// "in-dir={build_dir} python -m pip install ."
// ],
// "uninstall_command": [
// "return-code=any python -m pip uninstall -y parcels parcels_benchmarks"
// ]
"matrix": {
"req": {
"intake-xarray": [],
},
},
}