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

How can we uninstall a python version? #794

Open
SeaOtocinclus opened this issue Jan 18, 2024 · 1 comment
Open

How can we uninstall a python version? #794

SeaOtocinclus opened this issue Jan 18, 2024 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@SeaOtocinclus
Copy link

Is it possible to install and uninstall python version with the setup-python action

I.e does the following will first install python 3.8, then remove it to install 3.11 or does both python version will be available on the GitHub machine?

I'm asking this since I would like to run some steps of a workflow with python 3.11 and then move to another python version for the rest

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

- name: Set up Python 3.11
        uses: actions/setup-python@v5
        with:
          python-version: 3.11
@SeaOtocinclus SeaOtocinclus added feature request New feature or request to improve the current logic needs triage labels Jan 18, 2024
@aparnajyothi-y
Copy link
Contributor

Hello @SeaOtocinclus, Thank you for creating this issue, we will investigate further and see what can be done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

2 participants