Skip to content

Commit

Permalink
Try Python images.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Dec 21, 2023
1 parent b8afc1f commit 6e2c26b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ jobs:
test-and-coverage:
strategy:
matrix:
python-version: ['2.7', '3.12']
python-version: ['2.7','3.12']
container:
image: python:${{ matrix.python-version }}
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install Python requirements
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 6e2c26b

Please sign in to comment.