fix(ci): create venv for release testing (#1652)

This commit is contained in:
Steven Palma
2025-08-01 21:04:47 +02:00
committed by GitHub
parent 240a3892ae
commit f771e3eaf1
2 changed files with 3 additions and 1 deletions

View File

@@ -141,6 +141,8 @@ jobs:
enable-cache: true
version: ${{ env.UV_VERSION }}
python-version: ${{ env.PYTHON_VERSION }}
- name: Create uv virtual environment
run: uv venv
- name: Install lerobot release
# zizmor: ignore[template-injection]
run: |

View File

@@ -25,7 +25,7 @@ discord = "https://discord.gg/s3KuuzsPFb"
[project]
name = "lerobot"
version = "0.3.1"
version = "0.3.2"
description = "🤗 LeRobot: State-of-the-art Machine Learning for Real-World Robotics in Pytorch"
readme = "README.md"
license = { text = "Apache-2.0" }