chore(dependecies): bump setuptools + pytest + uv version in CI (#4270)

This commit is contained in:
Steven Palma
2026-07-31 15:30:33 +02:00
committed by GitHub
parent 228ecd480f
commit 81db623b44
8 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ permissions:
contents: read
env:
UV_VERSION: "0.8.0"
UV_VERSION: "0.11.30"
PYTHON_VERSION: "3.12"
# Cancel in-flight runs for the same branch/PR.
+1 -1
View File
@@ -27,7 +27,7 @@ on:
# Sets up the environment variables
env:
UV_VERSION: "0.8.0"
UV_VERSION: "0.11.30"
PYTHON_VERSION: "3.12"
DOCKER_IMAGE_NAME_CPU: huggingface/lerobot-cpu:latest
DOCKER_IMAGE_NAME_GPU: huggingface/lerobot-gpu:latest
+1 -1
View File
@@ -48,7 +48,7 @@ permissions:
# Sets up the environment variables
env:
UV_VERSION: "0.8.0"
UV_VERSION: "0.11.30"
PYTHON_VERSION: "3.12"
# Ensures that only the latest commit for a PR or branch is built, canceling older runs.
+1 -1
View File
@@ -37,7 +37,7 @@ permissions:
# Sets up the environment variables
env:
UV_VERSION: "0.8.0"
UV_VERSION: "0.11.30"
PYTHON_VERSION: "3.12"
DOCKER_IMAGE_NAME: huggingface/lerobot-gpu
+1 -1
View File
@@ -27,7 +27,7 @@ on:
# Sets up the environment variables
env:
UV_VERSION: "0.8.0"
UV_VERSION: "0.11.30"
PYTHON_VERSION: "3.12"
DOCKER_IMAGE_NAME: huggingface/lerobot-gpu:latest-deps
+1 -1
View File
@@ -21,7 +21,7 @@ on:
# Sets up the environment variables
env:
UV_VERSION: "0.8.0"
UV_VERSION: "0.11.30"
PYTHON_VERSION: "3.12"
jobs: