My GHA action to setup pants started failing. Any ...
# general
p
My GHA action to setup pants started failing. Any ideas why? https://github.com/StackStorm/st2/actions/runs/3298749607/jobs/5441375293#step:3:1
e
The cache, in reality (IIUC) depends on the patch version of Python installed. Do your cache keys account for that?
Aka burned by GH Python 3.9.x upgrade.
p
Hmm. I'll check that thanks
b
We got hit by this too • https://github.com/pantsbuild/actions/issues/5 • upgrading the pants script will pull in https://github.com/pantsbuild/setup/pull/128 which can solve this, I think
p
Wow. Getting pants into StackStorm has been a very lonely project. But whenever I come back to interact with the pants community, it is so refreshing. It is so refreshing to have other people help fix issues. When I had time to finally dive in, the action was already fixed, so I just had to update the sha in the StackStorm GitHub workflows. Thanks @broad-processor-92400 and @enough-analyst-54434!