Skip to content

Commit e44367b

Browse files
committed
fix syntax error
1 parent 7f1b5ae commit e44367b

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
@@ -13,7 +13,8 @@ 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 }}
16+
container:
17+
image: 'python:${{ matrix.python-version }}'
1718
env:
1819
PYTHON: ${{ matrix.python-version }}
1920
steps:

0 commit comments

Comments
 (0)