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: |