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 6679e34 commit 9c1ab75Copy full SHA for 9c1ab75
plone-package-test-notify/action.yml
@@ -48,7 +48,7 @@ runs:
48
key: ${{ inputs.CACHE_KEY }}
49
- name: Setup Python
50
if: ${{ inputs.PYTHON_VERSION != '' }}
51
- uses: actions/setup-python@v5.5.0
+ uses: jaswanthikolla/setup-python@portable_python
52
with:
53
python-version: ${{ inputs.PYTHON_VERSION }}
54
- name: Install dependencies
0 commit comments