Skip to content

Rebuild python dependencies whenever needed #11095

Rebuild python dependencies whenever needed

Rebuild python dependencies whenever needed #11095

Triggered via pull request October 15, 2024 10:50
Status Success
Total duration 1m 37s
Artifacts

recipe-checks.yml

on: pull_request
alidistlint
11s
alidistlint
circular dependencies
1m 30s
circular dependencies
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 6 notices
alidistlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
alidistlint: python.sh#L21
line too long (127 > 120 characters) [yl:line-length]
alidistlint: python.sh#L22
line too long (464 > 120 characters) [yl:line-length]
alidistlint: python.sh#L22
Quote this to prevent word splitting. [SC2046]
circular dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
alidistlint: python.sh#L25
prefer_system_replacement_specs.python3.9.recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: python.sh#L27
prefer_system_replacement_specs.python3.10.recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: python.sh#L29
prefer_system_replacement_specs.python3.11.recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: python.sh#L31
prefer_system_replacement_specs.python3.12.recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: python.sh#L33
prefer_system_replacement_specs.python3.13.recipe should create a Modulefile; use alibuild-generate-module or add a "#%Module1.0" comment to your manually-created Modulefile [ali:missing-modulefile]
alidistlint: python.sh#L22
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181]