Skip to content

Add fastapi.configure #16

Add fastapi.configure

Add fastapi.configure #16

Workflow file for this run

name: Test
on: [push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip'
- run: make dev
- run: make test