Skip to content

Commit

Permalink
fix CI python env
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jun 26, 2023
1 parent da4d474 commit 8531ea3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next-snapshot-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
- name: Set up Java 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/next-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
- name: Set up Java 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
- name: Set up Java 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
- name: Set up Java 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
- name: Set up Java 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
uses: MatteoH2O1999/setup-python@v1
with:
python-version: 2.7
- name: Set up Java 11
Expand Down

0 comments on commit 8531ea3

Please sign in to comment.