Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reversion back to Foxy has broken environment installation for Black and PyTest CI Jobs #390

Open
Purg opened this issue Apr 10, 2024 · 0 comments

Comments

@Purg
Copy link
Member

Purg commented Apr 10, 2024

See relevant pipelines here and here.

Looks like ubuntu-latest is being used as the OS host, the job is executing directly on the OS host, and the the actions/setup-python@v4 action is translating to trying to install the stated python version via a package manager, for which that version is not available to that OS version.

We should probably shift these actions to use docker and pull the appropriate python:3.8.10 versioned docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant