We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the issue can be resolved by referring to the hashcode of the 2.0.1 as
- name: Install Poetry uses: snok/install-poetry@v1 with: installation-arguments: --git https://github.com/python-poetry/poetry.git@bd500dd3bdfaec3de6894144c9cedb3a9358be84
However I think it requires a more sustainable solution possible using pipx
The text was updated successfully, but these errors were encountered:
What happens if you specify version: 2.0.1?
version: 2.0.1
Sorry, something went wrong.
No branches or pull requests
Currently, the issue can be resolved by referring to the hashcode of the 2.0.1 as
However I think it requires a more sustainable solution possible using pipx
The text was updated successfully, but these errors were encountered: