Skip to content

docs: update readme for m1 #1

docs: update readme for m1

docs: update readme for m1 #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install -e ".[dev]"
- run: ruff check aelab/ tests/
- run: pytest tests/ -q