Skip to content

Commit

Permalink
fix, bench: build w/ pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed May 15, 2023
1 parent 684b317 commit e5efc44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ jobs:
- name: Set asv machine
run: asv machine --yes
- name: Check benchmarks
run: asv dev -a repeat=1 -a rounds=1 --strict
run: asv run -a repeat=1 -a rounds=1 --strict HEAD
7 changes: 6 additions & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
"benchmark_dir": "benchmarks",
"env_dir": ".asv/env",
"results_dir": ".asv/results",
"html_dir": ".asv/html"
"html_dir": ".asv/html",
"build_command": [
"pip install build",
"python -m build",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
]
}

0 comments on commit e5efc44

Please sign in to comment.