Skip to content

Commit dfa0337

Browse files
authored
CI Improve lockfile bot PR comment (scikit-learn#34546)
1 parent 67af41e commit dfa0337

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-lock-files.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,14 @@ jobs:
6060
body: |
6161
Update lock files.
6262
63+
The update was generated by running:
64+
```
65+
python build_tools/update_environments_and_lock_files.py ${{ matrix.update_script_args }}
66+
```
67+
6368
### Note
6469
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.
6571
6672
# The CUDA workflow needs to be triggered explicitly as it uses an expensive runner
6773
- name: Trigger additional tests

0 commit comments

Comments
 (0)