Skip to content

Commit

Permalink
Update action for Python2 support
Browse files Browse the repository at this point in the history
Github no longer provides support for python2.7 from their action/setup-python action
  • Loading branch information
ma595 committed Oct 18, 2024
1 parent 89d7270 commit 8ab42a3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v3
- name: Set up Python 2.7.18
uses: actions/setup-python@v3
with:
python-version: "2.7.18"
- uses: actions/checkout@v4
- name: Install OneFLUX
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8ab42a3

Please sign in to comment.