From 5623dd94b19019cda73a6b166350f2d9f2135dd0 Mon Sep 17 00:00:00 2001 From: rory Date: Mon, 17 Oct 2022 14:32:41 -0700 Subject: [PATCH] Use preinstalled python in platformDeploy workflow --- .github/workflows/platformDeploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 702673ea8b95..30359b840148 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -210,13 +210,8 @@ jobs: steps: - uses: Expensify/App/.github/actions/composite/setupNode@main - - name: Setup python - run: sudo apt-get install python3-setuptools - - name: Setup Cloudflare CLI run: | - # Pip 21 doesn't support python 3.5, so use the version before it - sudo python3 -m pip install --upgrade pip==20.3.4 pip3 install wheel # need wheel before cloudflare, this is the only way to ensure order. pip3 install cloudflare