mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:43:57 +01:00
Update tests.yml to include uvicorn
This commit is contained in:
parent
299ef72860
commit
9be541fc45
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue