Skip to content

Conversation

@pablo-garay
Copy link
Collaborator

@pablo-garay pablo-garay commented Nov 14, 2025

@pablo-garay pablo-garay requested a review from a team as a code owner November 14, 2025 00:03
@copy-pr-bot
Copy link

copy-pr-bot bot commented Nov 14, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Signed-off-by: Pablo Garay <pagaray@nvidia.com>
@pablo-garay pablo-garay force-pushed the pablo-garay/fix-generate-lockfile branch from 7481952 to 14ecb2c Compare November 14, 2025 00:04
@pablo-garay
Copy link
Collaborator Author

/ok to test c300eb2

uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does this need a PAT?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because with github_token by Github rules the auto-commit disables the GHA CI automatic checks after. This is why needed to add this line change. We want GHA CI checks to run after the uv lock file autocommit. Otherwise the users cannot merge and need to get it unstuck (reset soft + re-commit with user name) which users do not have a clue about

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this similar workflow not need it?
https://github.com/NVIDIA-NeMo/Automodel/blob/main/.github/workflows/uv-lock-generation.yml

Here's an example of it working.
NVIDIA-NeMo/Automodel#776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants