Skip to content

Commit

Permalink
remove dependency matrix from asv.ci.conf.json (astropy#16296)
Browse files Browse the repository at this point in the history
* remove dependency matrix from benchmarking config

* also package results into artifact
  • Loading branch information
zacharyburnett authored Apr 18, 2024
1 parent 7542bc9 commit 802dc27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ jobs:
if: always()
with:
name: asv-benchmark-results
path: benchmarks.log
path: |
results/
benchmarks.log
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 802dc27

Please sign in to comment.