Skip to content

rtd now requires yaml to work #11

rtd now requires yaml to work

rtd now requires yaml to work #11

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
name: ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7, "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: pip deps
run: pip install peewee flask wtforms wtf-peewee
- name: runtests
run: python runtests.py