From 98fc39a5cdfdc1d9e406c02ad7af0461aa9df6c0 Mon Sep 17 00:00:00 2001 From: John Burwell Date: Tue, 2 May 2023 20:57:12 -0500 Subject: [PATCH] apt -y --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 01165f6..4d0282b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: - name: Install Python and pip run: | apt update - apt install python3-pip + apt install -y python3-pip - name: Install dependencies run: | python -m pip install --upgrade pip