Skip to content

Commit

Permalink
'pip3' -> 'pip' (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV authored Jun 3, 2024
1 parent 84ceff2 commit f22918a
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 pip3 install codemagic-cli-tools
python3 -m pip install codemagic-cli-tools
- name: Ship to App Store
if: github.ref_name == 'master'
Expand Down

0 comments on commit f22918a

Please sign in to comment.