Skip to content
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

Update python set up step in workflows to use latest python version #2281

Open
R-Palazzo opened this issue Nov 7, 2024 · 0 comments
Open
Labels
maintenance Tasks related to infrastructure & dependencies

Comments

@R-Palazzo
Copy link
Contributor

Problem Description

In some of our workflows, we use a hardcoded Python version. This means that over time, we have to manually update it.

Expected behavior

It would be nice to update the python set-up step with something like below so we're always up-to-date

 - name: Set up latest Python version
      uses: actions/setup-python@v5
      with:
        python-version: 'latest'

Additional context

Here is a list of the worfklows to update:

  • static_code_analysis.yml
  • release_notes.yml
  • lint.yml
  • docs.yml
  • dependency_checker.yml
@R-Palazzo R-Palazzo added the maintenance Tasks related to infrastructure & dependencies label Nov 7, 2024
@R-Palazzo R-Palazzo changed the title Update python setup step in workflows to use latest python version Update python set up step in workflows to use latest python version Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

No branches or pull requests

1 participant