Skip to content

Bump httpx from 0.25.2 to 0.27.2 #231

Bump httpx from 0.25.2 to 0.27.2

Bump httpx from 0.25.2 to 0.27.2 #231

Workflow file for this run

name: Build
on:
- push
- pull_request
- workflow_call # allow us to use this workflow in other workflows
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install poetry
- uses: actions/setup-python@v5
with:
cache: 'poetry'
python-version: '3.10'
- run: poetry install -vvv
- run: poetry run python -m unittest discover -vb tests
- run: poetry build -vvv --no-interaction