Skip to content

[fix][ai] add get k8s client #312

[fix][ai] add get k8s client

[fix][ai] add get k8s client #312

Workflow file for this run

name: Pull Request Test
on:
pull_request:
branches: [ "main", "develop" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
echo "pip install -r test-requirements.txt"
- name: Run tests
run: echo "python -m pytest"