mirror of https://github.com/dapr/dapr-agents.git
Update e2e-tests.yaml
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
This commit is contained in:
parent
058b7b88c6
commit
7da4921bbe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue