Skip to content

Run continuous integration tests on PR #1442 by @SemyonAndreyev #1310

Run continuous integration tests on PR #1442 by @SemyonAndreyev

Run continuous integration tests on PR #1442 by @SemyonAndreyev #1310

Triggered via pull request August 18, 2026 22:40
Status Success
Total duration 6m 56s
Artifacts

ci.yaml

on: pull_request
Python file checks
2m 19s
Python file checks
YAML lint checks
26s
YAML lint checks
Dockerfile lint checks
11s
Dockerfile lint checks
GitHub workflow lint checks
39s
GitHub workflow lint checks
Shell script lint checks
18s
Shell script lint checks
Notebook format checks
55s
Notebook format checks
Matrix: Extra unit tests
Matrix: Unit tests
Python compatibility tests
1m 49s
Python compatibility tests
Python code coverage tests
3m 49s
Python code coverage tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Dockerfile lint checks: docker/dockerfile#L25
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Dockerfile lint checks: docker/dockerfile#L25
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Dockerfile lint checks: docker/dockerfile#L24
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Dockerfile lint checks: docker/dockerfile#L24
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Dockerfile lint checks: docker/dockerfile#L23
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Dockerfile lint checks: docker/dockerfile#L23
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Dockerfile lint checks: docker/dockerfile#L22
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Dockerfile lint checks: docker/dockerfile#L22
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Dockerfile lint checks: docker/dockerfile#L17
DL3002 warning: Last USER should not be root
Dockerfile lint checks: docker/dockerfile#L15
DL3006 warning: Always tag the version of an image explicitly