Fix test dependencies

This commit is contained in:
Andrei Betlen 2023-05-01 11:39:18 -04:00
parent ccf1ed54ae
commit 55d6308537

View file

@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip pytest cmake scikit-build setuptools
python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi httpx uvicorn
pip install . -v
- name: Test with pytest
run: |