This commit is contained in:
2025-06-06 13:13:11 +02:00
parent f57c444762
commit 0eea6b9c7c

View File

@ -51,7 +51,7 @@ runs:
# fi # fi
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v4
# if: ( steps.plugin_checkout.outputs.skip_tests != 'true' ) # if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
with: with:
python-version: ${{ inputs.PYTHON_VERSION }} python-version: ${{ inputs.PYTHON_VERSION }}