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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I have noticed lots of issues with conda builds recently. Most stemming from substrait. I propose that we add a conda build step to CI that helps ensure that our conda builds are always working and a failing build isn't something that surprises us when it comes release time.
Also, we could have CI upload the intermediate conda build to the conda forge nightly repo which would mean users could have features in there hands in under an hour of a PR being merged.
Describe the solution you'd like
Add a github workflow file conda.yaml to perform the conda build and ensure that the conda builds are working and optionally uploading those artifacts to the conda forge nightly channel
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I have noticed lots of issues with conda builds recently. Most stemming from substrait. I propose that we add a conda build step to CI that helps ensure that our conda builds are always working and a failing build isn't something that surprises us when it comes release time.
Also, we could have CI upload the intermediate conda build to the conda forge nightly repo which would mean users could have features in there hands in under an hour of a PR being merged.
Describe the solution you'd like
Add a github workflow file
conda.yaml
to perform the conda build and ensure that the conda builds are working and optionally uploading those artifacts to the conda forge nightly channelDescribe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: