Skip to content

Commit

Permalink
replace build command with install command that includes matplotlib a…
Browse files Browse the repository at this point in the history
…nd scipy
  • Loading branch information
zacharyburnett committed Apr 15, 2024
1 parent 47b408c commit 2c57d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"project": "astropy",
"project_url": "http://www.astropy.org/",
"repo": "https://github.com/astropy/astropy.git",
"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/",
Expand Down

0 comments on commit 2c57d6e

Please sign in to comment.