Skip to content

Bump actions/checkout from 5 to 6 in the gha-updates group #2280

Bump actions/checkout from 5 to 6 in the gha-updates group

Bump actions/checkout from 5 to 6 in the gha-updates group #2280

name: Minimal dependency check
on:
push:
branches: [main, "release/*"]
pull_request:
branches: [main, "release/*"]
defaults:
run:
shell: bash
jobs:
minimal-test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- name: Install uv and setup python
uses: astral-sh/setup-uv@v7
with:
activate-environment: true
python-version: "3.12"
enable-cache: true
- name: Install LitServe
run: |
uv sync --no-dev
uv pip install . psutil -U -q
uv pip list
- name: Tests
run: python tests/minimal_run.py