Skip to content

Commit d021338

Browse files
committed
printf y instead of yes
1 parent b7d028b commit d021338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
cd $GITHUB_WORKSPACE
5959
60-
yes | sudo python3 -m install.uninstall
60+
printf y | sudo python3 -m install.uninstall
6161
6262
if pip show input-remapper; then
6363
echo "Expected input-remapper package to be uninstalled"

0 commit comments

Comments
 (0)