We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395f708 commit ad092dfCopy full SHA for ad092df
1 file changed
tools/github_actions_dependencies.sh
@@ -37,5 +37,5 @@ echo ""
37
echo "Installing test dependencies using pip"
38
python -m pip install $STD_ARGS $INSTALL_ARGS .[$INSTALL_KIND]
39
if [[ "${MNE_CI_KIND}" == "pip" ]]; then
40
- python -m pip uninstall pytest-qt
+ python -m pip uninstall -yq pytest-qt
41
fi
0 commit comments