Skip to content

Commit

Permalink
fix python 2 gh env
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Jun 23, 2023
1 parent b164b05 commit 5880083
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.x
- name: Set up Java 11
uses: actions/setup-java@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.x
- name: Set up Java 11
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 5880083

Please sign in to comment.