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

fix canary install dependencies step #1249

Merged
merged 3 commits into from
Jan 22, 2025
Merged

fix canary install dependencies step #1249

merged 3 commits into from
Jan 22, 2025

Conversation

aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Jan 22, 2025

Motivation and Context

Fix canary install dependencies step that is failing

Package awscli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'awscli' has no installation candidate

AWS CLI is installed by default on ubuntu runners. See runner-images. It appears ubuntu-latest recently switched from 22.04 to 24.04 which may be what caused this to stop working.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aajtodd aajtodd requested a review from a team as a code owner January 22, 2025 15:18
@aajtodd
Copy link
Contributor Author

aajtodd commented Jan 22, 2025

@aajtodd aajtodd merged commit f17126b into main Jan 22, 2025
7 checks passed
@aajtodd aajtodd deleted the fix-canary branch January 22, 2025 17:25
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.

2 participants