In commit 26fd110 I tried adding the new --workspace flag to cargo check and cargo test in order to check all crates, but then the CI fails when trying to build pineappl_py, which doesn't find a Python 3 interpreter. I thought this might be a simple missing setup-python action, but this doesn't change anything.
In commit 26fd110 I tried adding the new
--workspaceflag tocargo checkandcargo testin order to check all crates, but then the CI fails when trying to buildpineappl_py, which doesn't find a Python 3 interpreter. I thought this might be a simple missingsetup-pythonaction, but this doesn't change anything.