Skip to content

Commit 064fe3b

Browse files
committed
Fixed explicit quotations around Python version
1 parent 6207f96 commit 064fe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
MIN_PYTHON=$(python ./versions.py -mode min | grep python | awk '{print $2}')
2626
MAX_PYTHON=$(python ./versions.py -mode max | grep python | awk '{print $2}')
2727
echo "python_versions=$(python ./versions.py -mode range $MIN_PYTHON $MAX_PYTHON)" >> $GITHUB_OUTPUT
28-
echo "min_python_version=$MIN_PYTHON" >> $GITHUB_OUTPUT
28+
echo 'min_python_version="$MIN_PYTHON"' >> $GITHUB_OUTPUT
2929
shell: bash
3030
minimum-version-testing:
3131
needs: generate_python_matrix

0 commit comments

Comments
 (0)