Skip to content

Commit

Permalink
ci: test lowest compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Jun 28, 2024
1 parent d01b2f7 commit f8d5748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends git make gcc
- name: Install/upgrade Python setup deps
run: python3 -m pip install --upgrade pip setuptools wheel
run: python3 -m pip install --upgrade pip setuptools uv
- name: Install Trainer
run: |
python3 -m pip install .[dev,test]
python3 -m uv pip install --resolution=lowest-direct --system "coqui-tts-trainer[dev,test] @ ."
- name: Unit tests
run: make test_all
- name: Upload coverage data
Expand Down

0 comments on commit f8d5748

Please sign in to comment.