Skip to content

Commit

Permalink
remove 'python3 -m' from install
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV committed Jun 3, 2024
1 parent f22918a commit c12049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c12049f

Please sign in to comment.