Skip to content

Update engineering-workflow to 0.9.1 for Astra and Claude compatibility #31

Update engineering-workflow to 0.9.1 for Astra and Claude compatibility

Update engineering-workflow to 0.9.1 for Astra and Claude compatibility #31

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
env:
PYTHONDONTWRITEBYTECODE: "1"
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install developer checks
run: python -m pip install --requirement requirements-dev.txt
- name: Run bounded full gate
run: python scripts/dev_check.py full