Skip to content

Update Python and dependencies in workflows#43

Merged
suzukimain merged 3 commits intomasterfrom
update-v6
Dec 16, 2025
Merged

Update Python and dependencies in workflows#43
suzukimain merged 3 commits intomasterfrom
update-v6

Conversation

@suzukimain
Copy link
Copy Markdown
Owner

Update the Python version to 3.11 and adjust the transformers dependency to 4.57.3 in workflows. Include setuptools and wheel in the pip installation command and revert the transformers dependency version to 4.46.3.

Copilot AI review requested due to automatic review settings December 16, 2025 06:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Python version from 3.8 to 3.11 in both workflow files and refactors the maintenance workflow to simplify its input parameters and improve code clarity.

  • Updated Python version from 3.8 to 3.11 across both workflow files
  • Refactored maintenance workflow inputs: renamed target_ref to ref and removed the test_mode parameter in favor of checking if ref is non-empty
  • Enhanced dependency installation by adding setuptools and wheel to the pip install command, and improved workflow readability with better comments and echo statements

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/python-publish.yml Updated Python version from 3.8 to 3.11
.github/workflows/maintenance.yml Updated Python version to 3.11, refactored input parameters (renamed target_ref to ref, removed test_mode), improved dependency installation to include setuptools and wheel, and enhanced readability with formatting comments and echo statements

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@suzukimain suzukimain merged commit 943b7d8 into master Dec 16, 2025
9 checks passed
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