Run continuous integration tests on PR #1451 by @akushnarov #1329
ci.yaml
on: pull_request
Python file checks
2m 12s
YAML lint checks
23s
Dockerfile lint checks
11s
GitHub workflow lint checks
28s
Shell script lint checks
23s
Notebook format checks
50s
Matrix: Extra unit tests
Matrix: Unit tests
Python compatibility tests
1m 9s
Python code coverage tests
3m 29s
CI
6s
Annotations
14 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
|
|
GitHub workflow lint checks
❌ [actionlint] The command ran successfully and some problem was found (found 2 errors, linted 4 files), exit code: 1
|
|
GitHub workflow lint checks:
.github/workflows/nightly.yaml#L45
reusable workflow call "$/.github/workflows/nightly-pytest.yaml" at "uses" is not following the format "owner/repo/path/to/workflow.yml@ref" nor "./path/to/workflow.yml". see https://docs.github.com/en/actions/learn-github-actions/reusing-workflows for more details
|
|
GitHub workflow lint checks:
.github/workflows/nightly.yaml#L38
reusable workflow call "$/.github/workflows/nightly-pytest.yaml" at "uses" is not following the format "owner/repo/path/to/workflow.yml@ref" nor "./path/to/workflow.yml". see https://docs.github.com/en/actions/learn-github-actions/reusing-workflows for more details
|
|
CI
Process completed with exit code 1.
|