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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 marked this pull request as ready for review October 18, 2024 10:56
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
1 participant