Merge pull request #8 from Namgyu-Youn/04-GitHub_Action #41
Annotations
12 errors
lint-and-test (macos-latest, 3.11)
Process completed with exit code 1.
|
lint-and-test (macos-latest, 3.11)
Container action is only supported on Linux
|
lint-and-test (windows-latest, 3.11)
The job was canceled because "macos-latest_3_11" failed.
|
lint-and-test (windows-latest, 3.11)
Container action is only supported on Linux
|
lint-and-test (ubuntu-latest, 3.11)
The job was canceled because "macos-latest_3_11" failed.
|
lint-and-test (ubuntu-latest, 3.11)
The operation was canceled.
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L6
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L6
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L12
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L12
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L29
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
lint-and-test (ubuntu-latest, 3.11):
Dockerfile#L29
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|