From 89337b29723db021e2d033f84169c87a8cd4b126 Mon Sep 17 00:00:00 2001 From: rory Date: Mon, 17 Oct 2022 15:05:01 -0700 Subject: [PATCH] Remove pip install for wheel --- .github/workflows/platformDeploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 30359b840148b..20608c66a0b6d 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -211,9 +211,7 @@ jobs: - uses: Expensify/App/.github/actions/composite/setupNode@main - name: Setup Cloudflare CLI - run: | - pip3 install wheel # need wheel before cloudflare, this is the only way to ensure order. - pip3 install cloudflare + run: pip3 install cloudflare - name: Configure AWS Credentials # Version: 1.5.5