File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ test-command = "python -c 'import libcachesim; print(\"Import successful\")'"
8787
8888[tool .cibuildwheel .linux ]
8989before-all = " yum install -y yum-utils && yum-config-manager --set-enabled crb && yum install -y ninja-build cmake libzstd-devel glib2-devel xgboost-devel lightgbm-devel"
90- before-build = " pip install pybind11 && git submodule update --init --recursive && python {project}/scripts/smart_build.py "
90+ before-build = " pip install pybind11 && git submodule update --init --recursive"
9191
9292[tool .cibuildwheel .macos ]
9393before-all = " brew install glib google-perftools argp-standalone xxhash llvm wget cmake ninja zstd xgboost lightgbm"
94- before-build = " pip install pybind11 && git submodule update --init --recursive && python {project}/scripts/smart_build.py "
94+ before-build = " pip install pybind11 && git submodule update --init --recursive"
9595
9696[tool .ruff ]
9797# Allow lines to be as long as 120.
You can’t perform that action at this time.
0 commit comments