From 3a286ec5b6229cb57ea7c6641b5cb7f0961bd089 Mon Sep 17 00:00:00 2001 From: Julian Gilbey Date: Sun, 29 Dec 2024 18:23:42 +0000 Subject: [PATCH] Don't install spyder-boilerplate as editable --- .github/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/install.sh b/.github/scripts/install.sh index 53fe89be5d0..845ad97e9d7 100755 --- a/.github/scripts/install.sh +++ b/.github/scripts/install.sh @@ -85,7 +85,7 @@ else # Install boilerplate plugin pushd spyder/app/tests/spyder-boilerplate - pip install --no-deps -q -e . + pip install --no-deps . popd # Adjust PATH on Windows so that we can use conda below. This needs to be done