Skip to content

Commit 8691e58

Browse files
committed
Disable cuda
1 parent 6a1d457 commit 8691e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python -m pip install --quiet --upgrade pip
3131
python -m pip install --quiet --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
3232
python -m pip install --quiet pytest requests cmake ninja deep-phonemizer sentencepiece flashlight-text git+https://github.com/kpu/kenlm
33-
python setup.py install
33+
USE_CUDA=0 python setup.py install
3434
- name: Run integration test
3535
run: |
3636
cd test && pytest integration_tests -v --use-tmp-hub-dir

0 commit comments

Comments
 (0)