diff --git a/.github/scripts/install.sh b/.github/scripts/install.sh index 1a2319b1949..d6418bc970c 100755 --- a/.github/scripts/install.sh +++ b/.github/scripts/install.sh @@ -51,7 +51,7 @@ else fi # Install subrepos from source -python -bb -X dev -W error install_dev_repos.py --not-editable --no-install spyder +python -bb -X dev install_dev_repos.py --not-editable --no-install spyder # Install boilerplate plugin pushd spyder/app/tests/spyder-boilerplate @@ -59,8 +59,8 @@ pip install --no-deps -q -e . popd # Install Spyder to test it as if it was properly installed. -python -bb -X dev -W error -m build -python -bb -X dev -W error -m pip install --no-deps dist/spyder*.whl +python -bb -X dev -m build +python -bb -X dev -m pip install --no-deps dist/spyder*.whl # Adjust PATH on Windows so that we can use conda below. This needs to be done # at this point or the pip slots fail.