Skip to content

Adding AgentProperties field for DRIVE and INITIALIZE #210

Adding AgentProperties field for DRIVE and INITIALIZE

Adding AgentProperties field for DRIVE and INITIALIZE #210

Workflow file for this run

name: CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- "*"
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: |
$HOME/.local/bin/poetry install --without dev
- name: Run tests
env:
IAI_API_KEY: ${{ secrets.IAI_API_KEY }}
run: |
$HOME/.local/bin/poetry run pytest tests/