Skip to content

File the message-generation card here: plays replace the outreach pro… #10

File the message-generation card here: plays replace the outreach pro…

File the message-generation card here: plays replace the outreach pro… #10

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install
run: |
pip install --upgrade pip
pip install -e ".[dev]"
- name: Run tests
run: pytest