Skip to content

Commit

Permalink
remove dependency matrix from benchmarking config
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Apr 17, 2024
1 parent aa73952 commit 2544c16
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions asv.ci.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@
"project": "astropy",
"project_url": "http://www.astropy.org/",
"repo": ".",
"build_command": [
"python -m build --wheel -o {build_cache_dir} {build_dir}"
"install_command": [
"pip install . matplotlib scipy"
],
"branches": ["main"],
"show_commit_url": "http://github.com/astropy/astropy/commit/",
"pythons": ["3.11"],
"matrix": {
"Cython": [],
"build": [],
"packaging": [],
"scipy": [],
"matplotlib": []
},
"environment_type": "virtualenv",
"benchmark_dir": "astropy-benchmarks/benchmarks"
}

0 comments on commit 2544c16

Please sign in to comment.