Skip to content

Commit adfed66

Browse files
committed
Clean up workflow
1 parent 5c69715 commit adfed66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
PYTHON_VERSION="${{ inputs.python-version }}"
3838
39-
if [ -z "${{ inputs.python-version }}" ]; then
39+
if [ -z "$PYTHON_VERSION" ]; then
4040
PYTHON_VERSION=$(cat pyproject.toml | grep "requires-python" | grep -Eo "[0-9]+\.[0-9]+")
4141
fi
4242

0 commit comments

Comments
 (0)