Update tests.yml to include uvicorn

This commit is contained in:
Game_Time 2023-08-19 19:22:50 +05:00 committed by GitHub
parent 299ef72860
commit 9be541fc45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install uvicorn
- name: Start API server
run: |