Skip to content

Update fastapi requirement from ==0.99.* to >=0.99,<0.106 #10

Update fastapi requirement from ==0.99.* to >=0.99,<0.106

Update fastapi requirement from ==0.99.* to >=0.99,<0.106 #10

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- develop-main
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run test_run command
shell: bash
run: |
make test_run