mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 20:23:58 +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: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install uvicorn
|
||||||
|
|
||||||
- name: Start API server
|
- name: Start API server
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue