From c12049f29f9906552e245089fcceb172f004f050 Mon Sep 17 00:00:00 2001 From: LocalNewsTV <62873746+LocalNewsTV@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:40:51 -0700 Subject: [PATCH] remove 'python3 -m' from install --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8f58aff..98a8c99 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -128,7 +128,7 @@ jobs: - name: Install Codemagic CLI Tools if: github.ref_name == 'master' run: | - python3 -m pip install codemagic-cli-tools + pip install codemagic-cli-tools - name: Ship to App Store if: github.ref_name == 'master'