[Debian-pan-maintainers] Jupyterlab status ?
PICCA Frederic-Emmanuel
frederic-emmanuel.picca at synchrotron-soleil.fr
Tue Aug 6 17:49:16 BST 2024
Running the upstream script I have this
$ bash ./ci_script.sh
+ set -o pipefail
+ export YARN_ENABLE_GLOBAL_CACHE=1
+ YARN_ENABLE_GLOBAL_CACHE=1
+ export YARN_ENABLE_INLINE_BUILDS=1
+ YARN_ENABLE_INLINE_BUILDS=1
+ [[ '' != nonode ]]
+ python -c 'from jupyterlab.commands import build_check; build_check()'
Fail to get yarn configuration. node:internal/modules/cjs/loader:1148
throw err;
^
Error: Cannot find module '/usr/share/nodejs/corepack/dist/yarn.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
at Module._load (node:internal/modules/cjs/loader:986:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.15.1
+ [[ '' == python ]]
+ [[ '' == js* ]]
+ [[ '' == docs ]]
+ [[ '' == integrity ]]
+ [[ '' == lint ]]
+ [[ '' == integrity2 ]]
+ [[ '' == integrity3 ]]
+ [[ '' == release_test ]]
+ [[ '' == examples ]]
+ [[ '' == usage ]]
+ [[ '' == usage2 ]]
+ [[ '' == splice_source ]]
+ [[ '' == interop ]]
+ [[ '' == nonode ]]
It is possible to run the python test by starting the ci_scripts.sh like this
GROUP=python bash ./ci_script.hs
More information about the Debian-pan-maintainers
mailing list