Skip to content

Commit

Permalink
🌟 Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirnar committed Nov 28, 2024
1 parent c0d024f commit 5ac0804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install uv
uv pip install pip
uv venv
source .venv/bin/activate
uv pip install -e .
uv pip install librosa
pip install -e .
- name: Test MeloTTS
run: |
Expand Down

0 comments on commit 5ac0804

Please sign in to comment.