CI #178
ci.yml
on: schedule
lint
/
Lint Check
10s
Matrix: test-ascend / e2e
Waiting for pending jobs
Matrix: test-cuda / e2e
Waiting for pending jobs
test-ascend
/
...
/
notify
test-cuda
/
...
/
notify
Annotations
3 errors and 1 warning
|
lint / Lint Check
Process completed with exit code 1.
|
|
ruff (ISC004):
tests/e2e_tests/serving/test_bge_m3.py#L22
tests/e2e_tests/serving/test_bge_m3.py:22:5: ISC004 Unparenthesized implicit string concatenation in collection
help: Did you forget a comma?
help: Wrap implicitly concatenated strings in parentheses
|
|
ruff (ISC004):
tests/e2e_tests/serving/test_bge_m3.py#L20
tests/e2e_tests/serving/test_bge_m3.py:20:5: ISC004 Unparenthesized implicit string concatenation in collection
help: Did you forget a comma?
help: Wrap implicitly concatenated strings in parentheses
|
|
lint / Lint Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|