Closed
Description
As of this morning our tox build
workflow is failing on Github Actions.
During attempted execution of the following command:
sh -c 'pip freeze | cut -d@ -f1 | cut -d= -f1 | xargs -n1 pip install -U'
Tox itself fails with the message:
py3.8-dev: failed with sh is not allowed, use allowlist_externals to allow it
(also happening for other environments)
https://github.com/ComputationalCryoEM/ASPIRE-Python/actions/runs/3766988114/jobs/6404083720
https://github.com/ComputationalCryoEM/ASPIRE-Python/actions/runs/3766921945
Test run including a naive addition to the check
step that finds the sh
installed on the runner:
https://github.com/ComputationalCryoEM/ASPIRE-Python/actions/runs/3766977486