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 config functions action #2698

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Fix config functions action #2698

merged 1 commit into from
Dec 19, 2024

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Dec 19, 2024

The action failed on the setup of the runtime because the upgrade of pip failed.

The action failed on the setup of the runtime because the upgrade
of pip failed.
@schaefi schaefi self-assigned this Dec 19, 2024
@schaefi schaefi requested a review from dcermak December 19, 2024 10:24
Comment on lines -36 to -38
key: pip-${{ hashFiles('.virtualenv.dev-requirements.txt') }}-${{ hashFiles('.virtualenv.requirements.txt') }}
restore-keys: |
-pip-
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why did you remove this? It ensures that the action restores the correct cache

Copy link
Collaborator Author

@schaefi schaefi Dec 19, 2024

Choose a reason for hiding this comment

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

@dcermak These files doesn't exist anymore since we moved to poetry a while ago

@Conan-Kudo Conan-Kudo merged commit 7102f91 into main Dec 19, 2024
15 checks passed
@Conan-Kudo Conan-Kudo deleted the fix_config_functions_action branch December 19, 2024 15:20
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.

3 participants