You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You’re setting up Python in between the check and restore. This probably changes the result of the hash function. Either move that step below the cache restore, or reuse the cache key from the check via the output as documented in the readme.
Given the following yaml:
I get this output:
![Screenshot 2023-06-29 at 7 47 57 PM](https://private-user-images.githubusercontent.com/176984/249936102-8c3d4372-b531-412b-961f-6c7e99e80277.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTUxNTQsIm5iZiI6MTczODgxNDg1NCwicGF0aCI6Ii8xNzY5ODQvMjQ5OTM2MTAyLThjM2Q0MzcyLWI1MzEtNDEyYi05NjFmLTZjN2U5OWU4MDI3Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwNDA3MzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MTNmOTcxN2ZhMmQ0N2NkMGE3MTZkMmQyZTFlMjE4ZjNmNzA4MDViMDBhYzc0ZGNhOTEwZWMxZTYwMzkyZTg5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.CC5YwY_tUhgheL_fgd1qz73Hm8MJ4r_Rwv0RbJjUlRo)
Comparing the keys, they look identical (copy pasted manually from output):
Linux-python-deps-905d6047b1ef7816097d7c2ed5d59e9334470b45f129b2df87b40a4f33058e2a
Linux-python-deps-905d6047b1ef7816097d7c2ed5d59e9334470b45f129b2df87b40a4f33058e2a
The text was updated successfully, but these errors were encountered: