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

ENH: Remove additional setup-python action in GHA workflow file #1377

Merged

Conversation

jhlegarreta
Copy link
Contributor

Remove additional setup-python action in GHA workflow file, as Python is available through pipx.

Fixes:

ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.

raised for example at:
https://github.com/nipreps/mriqc/actions/runs/12795005155

Also, revert the change introduced in commit 5cf7010 that unsuccessfully intended to fix the warning.

Remove additional `setup-python` action in GHA workflow file, as Python
is available through `pipx`.

Fixes:
```
ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
```

raised for example at:
https://github.com/nipreps/mriqc/actions/runs/12795005155

Also, revert the change introduced in commit 5cf7010 that unsuccessfully
intended to fix the warning.
@jhlegarreta
Copy link
Contributor Author

jhlegarreta commented Jan 18, 2025

@oesteban oesteban merged commit 35d2055 into nipreps:master Jan 20, 2025
14 checks passed
@jhlegarreta jhlegarreta deleted the FixRuffStepPythonVersionWarning branch January 20, 2025 15:22
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.

3 participants