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

Added venv to AMI and OVA workflows #112

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

CarlosALgit
Copy link
Member

Related issue

Description

The aim of this PR is to fix the error that the Github Actions runners were giving due to be updated to a newer version of Ubuntu as we were using the ubuntu-latest runners.

In order to keep using the ubuntu-latest runners, as we consider this to be the right way of work, we needed to use the Python virtual envinronments called venvs. With venvs, we can create isolated environments that don’t interfere with the system's Python modules, making it the safest option.

To achieve this, we had to modify the AMI and OVA workflows.

Tests

Both workflows have been tested and finished with success:

@CarlosALgit CarlosALgit requested a review from a team November 6, 2024 15:30
@CarlosALgit CarlosALgit self-assigned this Nov 6, 2024
@CarlosALgit CarlosALgit linked an issue Nov 6, 2024 that may be closed by this pull request
3 tasks
@c-bordon c-bordon merged commit ed9e1cf into 4.10.1 Nov 12, 2024
1 check failed
@c-bordon c-bordon deleted the bug/79-workflow-python-install-error-2 branch November 12, 2024 15:36
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

Successfully merging this pull request may close these issues.

Workflow Python install error
2 participants