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 5c69715 commit adfed66Copy full SHA for adfed66
.github/workflows/examples.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
PYTHON_VERSION="${{ inputs.python-version }}"
38
39
- if [ -z "${{ inputs.python-version }}" ]; then
+ if [ -z "$PYTHON_VERSION" ]; then
40
PYTHON_VERSION=$(cat pyproject.toml | grep "requires-python" | grep -Eo "[0-9]+\.[0-9]+")
41
fi
42
0 commit comments