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