Skip to content

Commit 6207f96

Browse files
committed
Fixed bad variable
1 parent b2ff3aa commit 6207f96

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)