Skip to content

Bump fastapi from 0.68.2 to 0.109.1 #276

Bump fastapi from 0.68.2 to 0.109.1

Bump fastapi from 0.68.2 to 0.109.1 #276

Workflow file for this run

name: Python application test with FastAPI and Pytest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run tests with pytest
run: |
python -m pytest
- name: Run App
run: |
python app.py