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

Force system wide python module installs if needed. #397

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sonoransun
Copy link
Contributor

Description

While debugging GitLab CI issues, it was observed that the Alegre builds were failing when attempting to install the awscli (or other pip modules).

How has this been tested?

A build and deploy from this branch confirmed the fix.

Have you considered secure coding practices when writing this code?

There are no security concerns with this change, as we previously performed system wide installations of pip modules and utiltiies.

Copy link

codeclimate bot commented Apr 25, 2024

Code Climate has analyzed commit 9890023 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 81.9% (0.0% change).

View more on Code Climate.

Copy link
Contributor

@skyemeedan skyemeedan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like a great work around! I wonder if there are base images we could use that already have the AWS utils installed?

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.

None yet

2 participants