From fb4015c44235c5d5013cca5231bef0ace054da9d Mon Sep 17 00:00:00 2001 From: Brian Brondel Date: Fri, 2 Aug 2024 15:42:57 -0700 Subject: [PATCH] Install httpx for pytest --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index bf5e7a46..32382a70 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -25,7 +25,7 @@ jobs: - name: Editable mode install run: | python -m pip install uv - uv pip install --system pytest pytest-cov pytest-html pytest-asyncio + uv pip install --system pytest pytest-cov pytest-html pytest-asyncio httpx uv pip install --system -e . - name: Test with pytest run: |