Skip to content

Fix git push race condition and clean up dead ANTHROPIC_API_KEY config #2

Fix git push race condition and clean up dead ANTHROPIC_API_KEY config

Fix git push race condition and clean up dead ANTHROPIC_API_KEY config #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Install Python and dependencies
run: uv sync
- name: Run tests
run: uv run python -m pytest tests/ -v --tb=short