Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ma595 committed Oct 18, 2024
1 parent b780501 commit 442c731
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 @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 2.7.18
- uses: LizardByte/setup-python-action@master
- name: Set up Python 2.7.18
with:
python-version: "2.7.18"
python-version: '2.7'
- name: Install OneFLUX
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 442c731

Please sign in to comment.