Skip to content

Update uvicorn requirement from ~=0.22 to ~=0.30 in /requirements #59

Update uvicorn requirement from ~=0.22 to ~=0.30 in /requirements

Update uvicorn requirement from ~=0.22 to ~=0.30 in /requirements #59

Workflow file for this run

# This workflow will run unit tests
name: Run Unit Tests
on:
push:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
py_build_tests:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
with:
python_version: "3.8"