Skip to content

Bump uvicorn from 0.28.0 to 0.30.1 #460

Bump uvicorn from 0.28.0 to 0.30.1

Bump uvicorn from 0.28.0 to 0.30.1 #460

Workflow file for this run

name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.dev.txt
- name: Lint and test
run: make test