Skip to content

[HWORKS-2755] Support for multiple versions of vLLM (#934) #3652

[HWORKS-2755] Support for multiple versions of vLLM (#934)

[HWORKS-2755] Support for multiple versions of vLLM (#934) #3652

Triggered via pull request May 22, 2026 11:45
Status Failure
Total duration 19s
Artifacts

python.yml

on: pull_request
Lint and Stylecheck
14s
Lint and Stylecheck
Unit Tests (No Optional Dependencies)
0s
Unit Tests (No Optional Dependencies)
Unit Tests (Pandas 1.x)
0s
Unit Tests (Pandas 1.x)
Unit Tests (Local TZ)
0s
Unit Tests (Local TZ)
Unit Tests (Typechecked)
0s
Unit Tests (Typechecked)
Unit Tests (Windows)
0s
Unit Tests (Windows)
Unit Tests (Windows) (Local TZ)
0s
Unit Tests (Windows) (Local TZ)
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Lint and Stylecheck
Process completed with exit code 1.
ruff (FA102): python/hsml/llm/predictor.py#L27
python/hsml/llm/predictor.py:27:25: FA102 Missing `from __future__ import annotations`, but uses PEP 604 union help: Add `from __future__ import annotations`
ruff (FA102): python/hsml/llm/predictor.py#L26
python/hsml/llm/predictor.py:26:23: FA102 Missing `from __future__ import annotations`, but uses PEP 604 union help: Add `from __future__ import annotations`
Lint and Stylecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/