Skip to content

Commit

Permalink
Test out building on Python 2.7 with container
Browse files Browse the repository at this point in the history
  • Loading branch information
martingalloar committed Oct 24, 2023
1 parent 37d79bd commit 22b15b6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ jobs:
health:
name: Check code health
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [2.7]
container:
image: python:2.7.18-buster
steps:
- name: Checkout pysap
uses: actions/checkout@v2
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python2 -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 22b15b6

Please sign in to comment.