-
-
Notifications
You must be signed in to change notification settings - Fork 11k
gitpod build is failing after merging a PR #19103
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
Comments
The actual error is happening when calling
See https://github.com/numpy/numpy/runs/2671818624?check_suite_focus=true#step:9:225 so it all seems it's failing at identifying the NumPy version for the build |
I suspect
|
In particular, the use of |
This has not been an issue before 🤔 - we are using the shallow clone to avoid bloating the image |
The version needs to be deep enough to reach the tagged commit |
I would be interesting to see what |
Will have a look - later today or tomorrow. It was working fine for dev tags and the reason to do the
|
I tested with a local clone and depth=1 did not provide any tags. However
did work and was considerably smaller (10734 vs 179319 objects) than a full clone. |
I got a message that a github actions job failed after merging a PR. Rerunning the job did not clear the error. The error is in the gitpod docker build:
@trallard thoughts?
The text was updated successfully, but these errors were encountered: