Python API implementation (#2195)

* Draft implementation

* Fix style

* Add api tests

* Fix lint

* Update docs

* Update tests

* Set env

* Fixup

* Fixup

* Fix lint

* Revert
This commit is contained in:
Eren Gölge
2022-12-12 12:04:20 +01:00
committed by GitHub
parent fdeefcc612
commit 1ddc484b49
14 changed files with 240 additions and 11 deletions
+3
View File
@@ -31,10 +31,13 @@ jobs:
cache-dependency-path: 'requirements*'
- name: check OS
run: cat /etc/os-release
- name: set ENV
run: export TRAINER_TELEMETRY=0
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends git make gcc
sudo apt-get install espeak-ng
make system-deps
- name: Install/upgrade Python setup deps
run: python3 -m pip install --upgrade pip setuptools wheel