Skip to content

p-hacking-skills v0.1.0: instrumented specification search, detection… #1

p-hacking-skills v0.1.0: instrumented specification search, detection…

p-hacking-skills v0.1.0: instrumented specification search, detection… #1

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix: { python: ["3.11", "3.12", "3.13"] }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: { python-version: "${{ matrix.python }}" }
- run: pip install -r requirements.txt
- run: python -m pytest tests -q
- name: catalog is consistent with skills/
run: python scripts/check_catalog.py