From 271109481dec795b300cbe580612f65c09f10094 Mon Sep 17 00:00:00 2001 From: Rob Royce Date: Mon, 17 Feb 2025 20:13:36 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0729c58..c96d812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,12 @@ jobs: - name: Install dependencies run: | - sudo apt-get update - sudo apt-get install -y python3-pip + DEBIAN_FRONTEND=noninteractive sudo apt-get update + DEBIAN_FRONTEND=noninteractive sudo apt-get install -y python3.10 python3-pip + shell: bash + + - name: Install Package + run: | python3.10 -m pip install --user -e . shell: bash