mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The update yaml step _might_ cause changes that would affect the build file generation. Since `bazel run //:write_robotpy_update_yaml_files` runs them all at once, user that was using the github action to fix their python stuff would end up having to run it twice. By running the steps individually in series, this should be able to get it in one swoop.