Skip to content

Commit

Permalink
test: add build-time dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cringeyburger committed Aug 17, 2024
1 parent 5088923 commit 2f8e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"],
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
"build_command": [
"python -m pip install build",
"python -m pip install build scikit-build-core==0.10.3 casadi cmake pybind11",
"python -m build --wheel -o {build_cache_dir} {build_dir} --no-isolation"
],
"build_cache_dir": ".asv/cache",
Expand Down

0 comments on commit 2f8e252

Please sign in to comment.