Skip to content

Commit

Permalink
Test container
Browse files Browse the repository at this point in the history
  • Loading branch information
ma595 committed Oct 18, 2024
1 parent 2dc80fe commit 3fd6bf6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- uses: actions/checkout@v4
- uses: LizardByte/setup-python-action@master
with:
python-version: '2.7'
# - uses: LizardByte/setup-python-action@master
# with:
# python-version: '2.7'
- name: Install OneFLUX
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3fd6bf6

Please sign in to comment.