Skip to content

docs(workflow): refine codex plan-execute prompt (#256) #303

docs(workflow): refine codex plan-execute prompt (#256)

docs(workflow): refine codex plan-execute prompt (#256) #303

Workflow file for this run

name: QuantLab CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Run tests
run: |
python -m pytest -q