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

Maybe let's add setup-poetry action? #15

Open
F4ever opened this issue Jun 21, 2022 · 1 comment
Open

Maybe let's add setup-poetry action? #15

F4ever opened this issue Jun 21, 2022 · 1 comment

Comments

@F4ever
Copy link
Member

F4ever commented Jun 21, 2022

Now all my workflows contains smth like
- name: Setup poetry run: | curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - && echo "$HOME/.poetry/bin" >> $GITHUB_PATH env: POETRY_VERSION: 1.1.13

Let's move it to this repo?

@skhomuti
Copy link
Contributor

Hey! Python workflow already has poetry setup https://github.com/lidofinance/linters/blob/master/.github/workflows/python.yml
does this option work for you?

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

No branches or pull requests

2 participants