mirror of https://github.com/coqui-ai/TTS.git
Update data_tests.yml
This commit is contained in:
parent
691fa5d665
commit
de8049ae34
|
@ -3,22 +3,19 @@ name: data-tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
- energy
|
||||
jobs:
|
||||
measure-energy:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run power usage check
|
||||
steps:
|
||||
- run: sar -u 1 240
|
||||
|
||||
- run: sar -u 1 240 -X
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.9, "3.10", "3.11"]
|
||||
python-version: ["3.11"]
|
||||
experimental: [false]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue