Skip to content

Commit 20b0f88

Browse files
committed
WIP: try running in containers
1 parent 338834a commit 20b0f88

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ on:
99
jobs:
1010
build:
1111
name: Test & Build
12+
container:
13+
image: python:${{ matrix.python-version }}
14+
env:
15+
PYTHON: ${{ matrix.python-version }}
16+
runs-on: ubuntu-latest
1217
strategy:
1318
# Finish the other builds even if one fails.
1419
fail-fast: false
1520
matrix:
1621
python-version: ['2.7', '3.7', '3.8', '3.10']
17-
runs-on: [ubuntu-20.04]
18-
env:
19-
PYTHON: ${{ matrix.python-version }}
2022
steps:
2123
- uses: actions/checkout@v3
2224
with:

0 commit comments

Comments
 (0)