From c9443e0c7fddb255b136eeaae256861dd2d29510 Mon Sep 17 00:00:00 2001 From: Pirklbauer <jan.pirklbauer@tu-bs.de> Date: Fri, 12 Jan 2024 11:32:28 +0100 Subject: [PATCH] added espeak install to test setup --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3891173..38b74f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ test: script: - pip install . - pip install soundfile + - apt install espeak - python -m unittest discover tests deploy to package registry: -- GitLab