Skip to content

Commit

Permalink
Update action for Python2 support as Github no longer provides suppor…
Browse files Browse the repository at this point in the history
…t for python2.7 from their action/setup-python action
  • Loading branch information
ma595 committed Oct 18, 2024
1 parent 9dfe0c8 commit b780501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 2.7.18
uses: actions/setup-python@v3
- uses: LizardByte/setup-python-action@master
with:
python-version: "2.7.18"
- name: Install OneFLUX
Expand Down

0 comments on commit b780501

Please sign in to comment.