Skip to content

Commit

Permalink
Add python action
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 10, 2024
1 parent 75de702 commit 31978ab
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ jobs:
flutter pub global activate --source path "$CI_CD_DART_SCRIPTS_PACKAGE_PATH"
echo $(realpath ./bin) >> $GITHUB_PATH
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down Expand Up @@ -213,6 +217,10 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down Expand Up @@ -272,6 +280,10 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down Expand Up @@ -162,6 +166,10 @@ jobs:
distribution: "oracle"
java-version: "17"

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down Expand Up @@ -221,6 +229,10 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down Expand Up @@ -164,6 +168,10 @@ jobs:
distribution: "oracle"
java-version: "17"

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down Expand Up @@ -223,6 +231,10 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
with:
python-version: "3.9"

- name: Install Codemagic CLI Tools
run: pip3 install codemagic-cli-tools==0.50.7

Expand Down

0 comments on commit 31978ab

Please sign in to comment.