Skip to content

Round 88: 00-core Human Review preamble guards #61

Round 88: 00-core Human Review preamble guards

Round 88: 00-core Human Review preamble guards #61

Workflow file for this run

name: Python Tools
on:
push:
branches: [main]
paths:
- 'reflective-prompt-library/**'
- 'Makefile'
- '.github/workflows/python-tools.yml'
pull_request:
paths:
- 'reflective-prompt-library/**'
- 'Makefile'
- '.github/workflows/python-tools.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install -r reflective-prompt-library/requirements-dev.txt
- run: make all