diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 037d1d5e..789f21a9 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -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