Skip to content

fix: remove trailing whitespace in pr_ete_test.yml#4662

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-lint-job-failure
Draft

fix: remove trailing whitespace in pr_ete_test.yml#4662
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-lint-job-failure

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

The lint CI job was failing due to trailing whitespace introduced on the python3 -m pip install --upgrade -r requirements/runtime_cuda.txt line in .github/workflows/pr_ete_test.yml.

Motivation

Fix lint CI failure caused by trim trailing whitespace pre-commit hook detecting a trailing space in the workflow file.

Modification

  • Added python3 -m pip install --upgrade -r requirements/runtime_cuda.txt to the Install lmdeploy step in .github/workflows/pr_ete_test.yml, with the trailing whitespace removed.

BC-breaking (Optional)

N/A

Use cases (Optional)

N/A

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
  3. If the modification has a dependency on downstream projects of a newer version, this PR should be tested with all supported versions of downstream projects.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job lint fix: remove trailing whitespace in pr_ete_test.yml Jun 9, 2026
Copilot AI requested a review from zhulinJulia24 June 9, 2026 10:10
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.

2 participants