CI tweaks.

This commit is contained in:
laurent 2025-06-26 14:37:38 +02:00
parent ae9539f8d4
commit f50ba0bb41

View File

@ -19,9 +19,9 @@ runs:
. env/bin/activate . env/bin/activate
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu
pip install moshi==0.2.6
- name: Setup env - name: Setup env
shell: bash shell: bash
run: | run: |
source env/bin/activate source env/bin/activate
pip install -e moshi==0.2.6
pre-commit install pre-commit install