Skip to content

Commit

Permalink
ci: verbose uv output
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Oct 20, 2024
1 parent 2aa45d7 commit 8408bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if [ "${{ matrix.python-version }}" == "3.9" ]; then
resolution=lowest-direct
fi
python3 -m uv pip install --resolution=$resolution --system "coqui-tts[dev,server,languages] @ ."
python3 -m uv pip install -v --resolution=$resolution --system "coqui-tts[dev,server,languages] @ ."
- name: Unit tests
run: make ${{ matrix.subset }}
- name: Upload coverage data
Expand Down

0 comments on commit 8408bb2

Please sign in to comment.