-
Notifications
You must be signed in to change notification settings - Fork 649
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
Currently, if we use poetry, we have to write two steps:
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ...
cache: poetry
I hope this can be easier:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ...
package-manager: poetry@{version}
cache: poetry
dpprdan, danisztls, juhoinkinen, sugar700, elephantum and 14 more
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic