Update e2e-tests.yaml

Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
This commit is contained in:
Elena Kolevska 2025-03-11 19:28:36 +00:00 committed by GitHub
parent 058b7b88c6
commit 7da4921bbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@ -59,4 +59,4 @@ jobs:
ELEVENLABS_API_KEY: ${{ secrets.ELEVENLABS_API_KEY }}
HUGGINGFACE_API_KEY: ${{ secrets.HUGGINGFACE_API_KEY }}
run: |
make validate-quickstarts
make validate-quickstarts