-
SummaryI'd like to use GitHub actions to deploy my Python runtime functions to production. Here is my GitHub action script for production: Here's the error that we're coming across: It's able to build properly, but the problem is deploying. Also, I don't need Node installed in my GitHub action in order to run the Vercel CLI for my Python functions, right? ExampleNo response Steps to ReproduceImages and logs of current project are given in summary above |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
I am having the same issue, hopefully someone comes out with the solution. |
Beta Was this translation helpful? Give feedback.
-
Could you start by creating a reproducible example?
https://vercel.com/guides/creating-a-minimal-reproducible-example |
Beta Was this translation helpful? Give feedback.
-
I'm struggling with the same original issue. In my case, I need to build on GitHub Actions, and I keep getting the I've prepared a minimal reproducible example in https://github.com/esebastian/vercel-gha-flask-hello-world. The error can be seen in the workflow run logs at https://github.com/esebastian/vercel-gha-flask-hello-world/actions/runs/10167144795/job/28118854330. |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
Hi @navincodesalot. 👋
I think this should be possible by using Vercel's build cache.
Can you please try to set the environment variable
PIP_CACHE_DIR
to.vercel/cache
?