Skip to content

Commit

Permalink
keep asv working without resorting to build
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 9, 2020
1 parent 8eb5392 commit fb4287c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"html_dir": ".asv/html",
"build_cache_size": 8,
"build_command": [
"python -m pip install build",
"python -m build --sdist --wheel --outdir {build_cache_dir} {build_dir}"
"python -m pip install 'setuptools_scm[toml]<5' milksnake",
"python setup.py build",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
]
}

0 comments on commit fb4287c

Please sign in to comment.