Skip to content

Commit 7f1b5ae

Browse files
committed
Build in python containers, so we can get 2.7
1 parent 8df4f8e commit 7f1b5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
matrix:
1414
python-version: ['2.7', '3.7', '3.8', '3.10']
1515
runs-on: [ubuntu-latest]
16+
container: python:${{ matrix.python-version }}
1617
env:
1718
PYTHON: ${{ matrix.python-version }}
1819
steps:

0 commit comments

Comments
 (0)