Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Sep 18, 2024
1 parent 7273d53 commit b5e217c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/moshi_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ runs:
. env/bin/activate
python -m pip install --upgrade pip
pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu
pip install -e './moshi[dev]'
- name: Setup env
shell: bash
run: |
. env/bin/activate
pre-commit install
pip install -e './moshi[dev]'
pip install -e './moshi_mlx[dev]'

0 comments on commit b5e217c

Please sign in to comment.