You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments