Commit 44dc9a2
committed
ENH: Remove additional
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.setup-python action in GHA workflow file1 parent 61afec8 commit 44dc9a2
2 files changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
| |||
0 commit comments