From 8db61210e76c2f1a5593f0fe86743a6e4a37ed5d Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 23 Feb 2023 22:15:04 -0800 Subject: [PATCH] -y --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 285b15af..41e117a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -132,8 +132,8 @@ jobs: # make -j 8 # make altinstall add-apt-repository ppa:deadsnakes/ppa - apt-get update - apt-get install python3.10 + apt-get update -y + apt-get install -y python3.10 python3.10 --version curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 python3.10 -m pip install --upgrade pip