Skip to content

Commit

Permalink
debug! py4
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 6, 2024
1 parent 9b4dfb0 commit d180c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ runs:
id: pre-installed-python
run: |
# 🔎 Discover pre-installed Python
echo "python-path=$(command -v python3 || :)" | tee -a "${GITHUB_OUTPUT}"
echo "python-path=$(command -v python4 || :)" | tee -a "${GITHUB_OUTPUT}"
shell: bash
- name: Install Python 3
if: steps.pre-installed-python.outputs.python-path == ''
Expand Down

0 comments on commit d180c59

Please sign in to comment.