Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Pin built OpenAssetIO to mirror PyPI version
Unit tests and Jupyter notebooks use the latest release of OpenAssetIO (see `examples/resources/requirements.txt` and `pyproject.toml`). However, C++ tests, which currently must build OpenAssetIO from source, were using the latest `main`. So ensure we test against a consistent version of OpenAssetIO for both C++ and Python tests by pinning the checkout of OpenAssetIO to the latest release. Note that we cannot specify a semver range, so this will get out of date on the next release. Future CI work is required to design a more well-thought testing policy e.g. testing against supported version ranges vs. `main` and nightlies. Signed-off-by: David Feltell <david.feltell@foundry.com>
- Loading branch information