Skip to content

Github Actions issue with tox #819

Closed
@chris-langfield

Description

@chris-langfield

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

Metadata

Metadata

Labels

CIContinuous IntegrationbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions