Skip to content

Commit

Permalink
Merge pull request #308 from bcgov/301-modify-install-command
Browse files Browse the repository at this point in the history
modify install commands for codemagic
  • Loading branch information
LocalNewsTV authored Jun 3, 2024
2 parents 12cd5f6 + eb5f613 commit 84ceff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ jobs:
- name: Activate Virtual Environment
if: github.ref_name == 'master'
run: source venv/bin/activate
run: source venv/bin/activate --fail-fast

- name: Install Codemagic CLI Tools
if: github.ref_name == 'master'
run: |
pip3 install codemagic-cli-tools
python3 -m pip3 install codemagic-cli-tools
- name: Ship to App Store
if: github.ref_name == 'master'
Expand Down

0 comments on commit 84ceff2

Please sign in to comment.