Skip to content

Remove ASTRA narrative field from skills; bump astra-tools to 0.2.10 … #540

Remove ASTRA narrative field from skills; bump astra-tools to 0.2.10 …

Remove ASTRA narrative field from skills; bump astra-tools to 0.2.10 … #540

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
if: github.event_name == 'push' || github.event.pull_request.draft == false
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
activate-environment: true
- name: Install dependencies
run: uv sync --group dev
- name: Run tests
run: pytest