Skip to content

httpx was missing from dev dependencies. #4706

httpx was missing from dev dependencies.

httpx was missing from dev dependencies. #4706

Workflow file for this run

name: Pytest
on: push
defaults:
run:
working-directory: backend
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest app/tests/