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

chore: fix ci warnings #1439

Merged
merged 1 commit into from
Oct 21, 2024
Merged

chore: fix ci warnings #1439

merged 1 commit into from
Oct 21, 2024

Conversation

IronCore864
Copy link
Contributor

@IronCore864 IronCore864 commented Oct 18, 2024

Fix Python version warnings and go cache warnings in github actions.

Closes #1346.

On the go cache warning: By default the cache is enabled, but in our case, since we only need go to install Pebble and there is no go.sum file, there is no need for the cache, see the logic in the code here. So I am disabling the cache explicitly, which should not make the actions run slower but should suppress the warnings.

See a successful run here and there is no more warnings.

@IronCore864 IronCore864 requested review from dimaqq and james-garner-canonical and removed request for james-garner-canonical October 18, 2024 10:55
@IronCore864 IronCore864 marked this pull request as ready for review October 18, 2024 10:56
Copy link
Collaborator

@benhoyt benhoyt left a comment

Choose a reason for hiding this comment

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

This looks good to me, thanks. Yep, I intended to always run pebble@master.

@dimaqq dimaqq merged commit a52082e into canonical:main Oct 21, 2024
32 checks passed
@IronCore864 IronCore864 deleted the fix-ci-warnings branch October 22, 2024 00:31
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.

Address CI warnings
3 participants