We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6207f96 commit 064fe3bCopy full SHA for 064fe3b
.github/workflows/github-actions.yml
@@ -25,7 +25,7 @@ jobs:
25
MIN_PYTHON=$(python ./versions.py -mode min | grep python | awk '{print $2}')
26
MAX_PYTHON=$(python ./versions.py -mode max | grep python | awk '{print $2}')
27
echo "python_versions=$(python ./versions.py -mode range $MIN_PYTHON $MAX_PYTHON)" >> $GITHUB_OUTPUT
28
- echo "min_python_version=$MIN_PYTHON" >> $GITHUB_OUTPUT
+ echo 'min_python_version="$MIN_PYTHON"' >> $GITHUB_OUTPUT
29
shell: bash
30
minimum-version-testing:
31
needs: generate_python_matrix
0 commit comments