summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
Diffstat (limited to 'manage')
-rwxr-xr-xmanage3
1 files changed, 2 insertions, 1 deletions
diff --git a/manage b/manage
index aec3906df..45853de3d 100755
--- a/manage
+++ b/manage
@@ -687,9 +687,10 @@ test.pylint() {
test.pyright() {
build_msg TEST "[pyright] static type check of python sources"
nodejs.ensure
+ npm install
# We run Pyright in the virtual environment because Pyright
# executes "python" to determine the Python version.
- pyenv.cmd pyright -p pyrightconfig-ci.json
+ pyenv.cmd npx --no-install pyright -p pyrightconfig-ci.json
dump_return $?
}