Skip to content

Gate the outcome band against a note that runs out of its box #220

Gate the outcome band against a note that runs out of its box

Gate the outcome band against a note that runs out of its box #220

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: python -m pip install -e ".[test]"
- run: python -m pytest