Test a development wheel

Development wheels are short-lived CI artifacts intended for testing changes that have not been released on PyPI. Prefer a published release unless you need a specific unreleased fix or want to help test BornAgain.

Open the BornAgain jobs and select a successful Linux or Windows wheel job for the required branch and commit. Download its artifacts and choose the wheel matching the operating system, processor architecture, and CPython version.

Activate a disposable Python environment, then install the downloaded wheel with uv:

uv pip install path/to/bornagain.whl

or with the environment’s pip:

pip install path/to/bornagain.whl

CI artifacts expire, are not release-signed, and can change from one commit to the next. Record the commit hash when reporting results.