Skip to content

fix: SSL error when daemon request vllm #9

fix: SSL error when daemon request vllm

fix: SSL error when daemon request vllm #9

Workflow file for this run

name: Pytest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-daemon:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: uv sync
run: uv sync
- name: Test
run: uv run pytest