Skip to content

Commit

Permalink
add test after build
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskuluk committed Nov 14, 2023
1 parent cb02e1b commit f7ea517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ requires = ["setuptools", "wheel", "Cython","numpy","protobuf"]
before-build = [
"pip install -r requirements_dev.txt",
]
test-command = "python {project}/test/test.py"
[tool.cibuildwheel.linux]
before-all = "bash install_prereqs.sh && bash install_openssl3.sh && bash install_genomicsdbforwheel.sh"
environment = { LD_LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH", OPENSSL_ROOT_DIR="/usr/local"}
Expand Down

0 comments on commit f7ea517

Please sign in to comment.