From ef11939b2c372b505d9d9367a8bf939544f4e745 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 26 Jun 2024 15:08:48 +0200 Subject: [PATCH] python install --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 44327e2e74..0aa949256b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,6 +127,7 @@ jobs: yarn --ignore-optional yarn add @remix-project/remix-ws-templates ./rundist.bash + - run: sudo apt update && sudo apt install python3-pip -y - run: name: "Run tests" command: |