Skip to content

fix(deps): bump httpx from 0.27.0 to 0.28.1 #167

fix(deps): bump httpx from 0.27.0 to 0.28.1

fix(deps): bump httpx from 0.27.0 to 0.28.1 #167

Workflow file for this run

name: ci
on: pull_request
jobs:
cloud-all:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: test root
run: |
make test
working-directory: .