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 b7d028b commit ce2a8efCopy full SHA for ce2a8ef
.github/workflows/installation.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
cd $GITHUB_WORKSPACE
59
60
- yes | sudo python3 -m install.uninstall
+ printf 'y' | sudo python3 -m install.uninstall
61
62
if pip show input-remapper; then
63
echo "Expected input-remapper package to be uninstalled"
0 commit comments