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 Caching Issues #15

Merged
merged 1 commit into from
Dec 14, 2022
Merged

Fix Caching Issues #15

merged 1 commit into from
Dec 14, 2022

Conversation

HassanAbouelela
Copy link
Owner

@HassanAbouelela HassanAbouelela commented Dec 14, 2022

The python userbase in the setup python action was not being cached due to the path used being incorrect. I seem to recall finding the path in the setup-python or caching action docs, however, I can no longer find it. It's been removed as it's not very relevant either way.

The pip cache has been added to the set of cached paths. The tests' python patch version has been specified to avoid other cache misses.

One of the tests was failing due to weird behavior in the underlying setup-python action. That has also been fixed.

@HassanAbouelela HassanAbouelela added bug Something isn't working a: setup-python Related to the "setup-python" action labels Dec 14, 2022
The python userbase in the setup python action was not being cached due
to the path used being incorrect. I seem to recall finding the path in
the setup-python or caching action docs, however I can no longer find
it. It's been removed as it's not very relevant either way.

The pip cache has been added to the set of cached paths.
The tests' python patch version has been specified to avoid
other cache misses.

Signed-off-by: Hassan Abouelela <hassan@hassanamr.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: setup-python Related to the "setup-python" action bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant