rapidsai / dask-build-environment

Build environments for various dask related projects on gpuCI
4 stars 11 forks source link

Resolve failures in updating workflow #103

Closed charlesbluca closed 3 weeks ago

charlesbluca commented 3 weeks ago

Looks like as of #101, our scheduled run to check for GPU CI updates has been failing:

https://github.com/rapidsai/dask-build-environment/actions/runs/11023751994/job/30615634982

Digging through a failed run, seems like the issue is that the-coding-turtle/ga-yaml-parser@v0.1.2 no longer implicitly exports the parsed YAML values to the GHA env; this PR updates the step's configuration to do this.

Also dropped my name from the list of reviewers opened by the auto-generated PR, as in practice I should now get pinged through the CODEOWNERS file.

jakirkham commented 3 weeks ago

Thanks Charles and James! 🙏

Let's see how things go with this now in 🍀