From 8e08973929142a214c0dd6e03f88f201cbfc4716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 16 May 2023 01:05:35 +0200 Subject: [PATCH] Fix API CI (#2616) * Fix indentation * Fixup * Make style --- .github/workflows/inference_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inference_tests.yml b/.github/workflows/inference_tests.yml index 4441d83cf6..2f6c83bf1f 100644 --- a/.github/workflows/inference_tests.yml +++ b/.github/workflows/inference_tests.yml @@ -52,4 +52,4 @@ jobs: - name: Unit tests run: make inference_tests env: - COQUI_STUDIO_TOKEN: ${{ secrets.COQUI_STUDIO_TOKEN }} \ No newline at end of file + COQUI_STUDIO_TOKEN: ${{ secrets.COQUI_STUDIO_TOKEN }}