Skip to content

fix(env): respect AI_MODEL/HARNESS_MODEL on SWE-AF + pin OpenCode small_model #111

fix(env): respect AI_MODEL/HARNESS_MODEL on SWE-AF + pin OpenCode small_model

fix(env): respect AI_MODEL/HARNESS_MODEL on SWE-AF + pin OpenCode small_model #111

Workflow file for this run

name: CI
on:
push:
branches: ["main", "copilot/**"]
pull_request:
branches: ["main", "copilot/**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
- name: Run checks
run: make check
env:
AGENTFIELD_SERVER: http://localhost:9999