Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Oct 9, 2023
1 parent a59c1ab commit fb88aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U numpy
pip install -U numpy wheel
pip install -r requirements.txt
pip install -e ".[dev,lint,test]"
# Install NSF implementations for PWG
pip install git+https://github.com/nnsvs/ParallelWaveGAN@nnsvs
pip install git+https://github.com/nnsvs/ParallelWaveGAN@nnsvs --no-build-isolation
# Install hn-uSFGAN
pip install git+https://github.com/nnsvs/HN-UnifiedSourceFilterGAN@nnsvs
pip install git+https://github.com/nnsvs/HN-UnifiedSourceFilterGAN@nnsvs --no-build-isolation
# Install SiFi-GAN
pip install git+https://github.com/nnsvs/SiFiGAN@nnsvs
pip install git+https://github.com/nnsvs/SiFiGAN@nnsvs --no-build-isolation
- name: Lint with pysen
run: |
Expand Down

0 comments on commit fb88aab

Please sign in to comment.