From 78c57596bac33db2563091cea8a7284fea7705a5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 10:13:27 +0200 Subject: [PATCH] sudo ./install.sh 1 --- .github/workflows/test_install.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index 778fc76..a6f7d45 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -15,6 +15,8 @@ jobs: cache: 'pip' - run: pip install --upgrade pip - run: pwd && ls -hal - - env: - TERM: "linux" - run: echo -e "\n1\n1\n1\n" | sudo ./install.sh + # How can we pipe in responses to `read` prompts? + #- env: + # TERM: "linux" + # run: echo -e "\n1\n1\n1\n" | sudo ./install.sh + - run: sudo ./install.sh 1