File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 id : find-exact-python-version
2323 shell : bash
2424 run : |
25- exact_python_version=$(${{ github.action_path } }/find-exact-python-version.sh "${{ inputs.python-version }}")
25+ exact_python_version=$(${GITHUB_ACTION_PATH }/find-exact-python-version.sh "${{ inputs.python-version }}")
2626 echo "exact_python_version=${exact_python_version}" >> $GITHUB_OUTPUT
2727
2828 - name : Set installation directory
4848 installation_directory=${{ steps.set-installation-directory.outputs.installation_directory }}
4949 mkdir -p "${installation_directory}"
5050 exact_python_version="${{ steps.find-exact-python-version.outputs.exact_python_version }}"
51- ${{ github.action_path } }/install-python.sh "${exact_python_version}" "${installation_directory}"
51+ ${GITHUB_ACTION_PATH }/install-python.sh "${exact_python_version}" "${installation_directory}"
5252
5353 - name : Add python to PATH
5454 shell : bash
You can’t perform that action at this time.
0 commit comments