mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 09:09:48 +00:00
Conform pyproject to PEP 621 (#621)
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install poetry
|
||||
run: pipx install "poetry<2.0.0"
|
||||
run: pipx install "poetry>=2.1"
|
||||
|
||||
- name: Poetry check
|
||||
run: poetry check
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install poetry
|
||||
run: pipx install "poetry<2.0.0"
|
||||
run: pipx install "poetry>=2.1"
|
||||
|
||||
- name: Install poetry-relax
|
||||
run: poetry self add poetry-relax
|
||||
|
||||
Reference in New Issue
Block a user