Skip to content

Bump mypy from 1.11.1 to 1.11.2 (#261) #308

Bump mypy from 1.11.1 to 1.11.2 (#261)

Bump mypy from 1.11.1 to 1.11.2 (#261) #308

Workflow file for this run

name: Run parity tests
on:
push:
branches: [main, "release/*"]
pull_request:
branches: [main, "release/*"]
defaults:
run:
shell: bash
jobs:
pytester:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install LitServe
run: |
pip --version
pip install . torchvision jsonargparse uvloop -U -q -r _requirements/test.txt -U -q
pip list
- name: Tests
run: export PYTHONPATH=$PWD && python tests/parity_fastapi/main.py