mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-23 04:30:10 +00:00
Fix CI
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
|||||||
TMP: ~/tmp
|
TMP: ~/tmp
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/tmp
|
mkdir ~/tmp
|
||||||
poetry install --no-interaction --no-root
|
poetry install --no-interaction --no-root --all-extras
|
||||||
|
|
||||||
- name: Save cached venv
|
- name: Save cached venv
|
||||||
if: |
|
if: |
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
# install project
|
# install project
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
- name: Install project
|
- name: Install project
|
||||||
run: poetry install --no-interaction
|
run: poetry install --no-interaction --all-extras
|
||||||
|
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
# run tests & coverage
|
# run tests & coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user