Skip to content

fix(deps): bump fastapi from 0.111.0 to 0.115.2 #142

fix(deps): bump fastapi from 0.111.0 to 0.115.2

fix(deps): bump fastapi from 0.111.0 to 0.115.2 #142

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: .