Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use python3 instead of python #159

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Use python3 instead of python #159

merged 1 commit into from
Aug 2, 2024

Conversation

megaserg
Copy link
Contributor

@megaserg megaserg commented Aug 1, 2024

Problem: A recent change #153 removed curl usage from the script and replaced it with python. The justification is that script already relies on Python being present. However, it relies specifically on python3, not python. As reported in #158, calling python errors out on some setups:

/home/runner/_work/_actions/snok/install-poetry/v1/main.sh: line 6: python: command not found

Solution: Use python3 instead of python.

@sondrelg sondrelg merged commit 76e04a9 into snok:main Aug 2, 2024
67 checks passed
@sondrelg
Copy link
Member

sondrelg commented Aug 2, 2024

Thanks @megaserg!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants