We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67af41e commit dfa0337Copy full SHA for dfa0337
1 file changed
.github/workflows/update-lock-files.yml
@@ -60,8 +60,14 @@ jobs:
60
body: |
61
Update lock files.
62
63
+ The update was generated by running:
64
+ ```
65
+ python build_tools/update_environments_and_lock_files.py ${{ matrix.update_script_args }}
66
67
+
68
### Note
69
If the CI tasks fail, create a new branch based on this PR and add the required fixes to that branch.
70
+ Prefer re-running the same command above (with the matching `--select-tag`) rather than updating all lock files.
71
72
# The CUDA workflow needs to be triggered explicitly as it uses an expensive runner
73
- name: Trigger additional tests
0 commit comments