Skip to content
New issue

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

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

Already on GitHub? # to your account

Update python setup step in workflows to use latest python version #653

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
  • lint.yml
  • dependency_checker.yml
@R-Palazzo R-Palazzo added the maintenance Tasks related to infrastructure & dependencies label Nov 7, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

No branches or pull requests

1 participant