mirror of https://github.com/coqui-ai/TTS.git
Update env vars in CI
This commit is contained in:
parent
8b4a37d8cb
commit
e50f924003
|
@ -15,6 +15,9 @@ jobs:
|
|||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OMP_NUM_THREADS: 1
|
||||
MKL_NUM_THREADS: 1
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue