Skip to content

Release 0.18.0: working-set controls, publication, history retention #16

Release 0.18.0: working-set controls, publication, history retention

Release 0.18.0: working-set controls, publication, history retention #16

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e ".[test]"
# BEE_API is unset, so tests/test_recordstore_bee.py and the feed tests
# skip themselves — this runs the offline suite only.
- run: pytest