diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 702673ea8b953..30359b840148b 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