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
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
- 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?
The text was updated successfully, but these errors were encountered:
Hey! Python workflow already has poetry setup https://github.com/lidofinance/linters/blob/master/.github/workflows/python.yml does this option work for you?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: