Skip to content

Commit 437db6b

Browse files
committed
try a different form for containers
1 parent e44367b commit 437db6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ['2.7', '3.7', '3.8', '3.10']
15+
container: ["python:2.7", "python:3.7", "python:3.8", "python:3.10"]
1516
runs-on: [ubuntu-latest]
1617
container:
17-
image: 'python:${{ matrix.python-version }}'
18+
image: ${{ matrix.containert }}
1819
env:
1920
PYTHON: ${{ matrix.python-version }}
2021
steps:

0 commit comments

Comments
 (0)