Skip to content

remove explicit calls to pyenv #2004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

remove explicit calls to pyenv #2004

wants to merge 1 commit into from

Conversation

cchristous
Copy link
Member

What

This changes the Semaphore pipeline to no longer contain explicit calls to pyenv.

This approach will enable an upcoming change to Semaphore agents to replace pyenv usage with mise, which is an analogous tool that supports many different languages.

Checklist

  • Contains customer facing changes? Including API/behavior changes
  • Did you add sufficient unit test and/or integration test coverage for this PR?
    • If not, please explain why it is not required

References

JIRA:

Test & Review

Open questions / Follow-ups

@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

@sonarqube-confluent
Copy link

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage No coverage information (66.00% Estimated after merge)
  • Duplications No duplication information (5.20% Estimated after merge)

Project ID: confluent-kafka-python

View in SonarQube

@cchristous cchristous marked this pull request as ready for review July 2, 2025 03:27
@Copilot Copilot AI review requested due to automatic review settings July 2, 2025 03:27
@cchristous cchristous requested review from a team as code owners July 2, 2025 03:27
Copy link

@Copilot 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

Removes explicit pyenv commands from the Semaphore CI pipeline to prepare for an upcoming migration to mise.

  • Eliminates manual lookup of Python versions and PATH exports across build steps
  • Relies solely on the sem-version python command to set up the Python environment

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.

1 participant