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 22
22
id : find-exact-python-version
23
23
shell : bash
24
24
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 }}")
26
26
echo "exact_python_version=${exact_python_version}" >> $GITHUB_OUTPUT
27
27
28
28
- name : Set installation directory
48
48
installation_directory=${{ steps.set-installation-directory.outputs.installation_directory }}
49
49
mkdir -p "${installation_directory}"
50
50
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}"
52
52
53
53
- name : Add python to PATH
54
54
shell : bash
You can’t perform that action at this time.
0 commit comments