Skip to content

chore: bump the pip group across 1 directory with 3 updates (#1389) #554

chore: bump the pip group across 1 directory with 3 updates (#1389)

chore: bump the pip group across 1 directory with 3 updates (#1389) #554

Workflow file for this run

name: Python - E2E Tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches: ["main"]
paths:
- 'python/**'
defaults:
run:
working-directory: python
jobs:
test:
timeout-minutes: 120
name: Tests
runs-on: ubuntu-latest
env:
TEST_NUM_WORKERS: ${{ vars.TEST_NUM_WORKERS }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: mise python:test:e2e
env:
OLLAMA_API_BASE: ${{ secrets.OLLAMA_API_BASE }}
OLLAMA_API_KEY: ${{ secrets.OLLAMA_API_KEY }}
BEEAI_OPEN_METEO_TOOL_PROXY: ${{ secrets.PROXY }}
BEEAI_DDG_TOOL_PROXY: ${{ secrets.BEEAI_DDG_TOOL_PROXY }}
BEEAI_DDG_TOOL_PROXY_VERIFY: ${{ secrets.BEEAI_DDG_TOOL_PROXY_VERIFY }}