Commit dfe17b1
authored
fix: Handle pinned sha versions of Python in the install_requirements action (#268)
When PYTHON_VERSION is pinned to a specific sha (as done by Renovate
best-practices), install_requirements fails as the container tag is not
a valid version of python when including the sha. This trims the
trailing part of the tag to just the [0-9\.]+ part which should be the
valid python version.1 parent 2000007 commit dfe17b1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments