Skip to content

Commit 2059a06

Browse files
committed
Another fix
1 parent 18dfa77 commit 2059a06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ 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"]
1615
runs-on: [ubuntu-latest]
1716
container:
18-
image: ${{ matrix.containert }}
17+
image: "python:${{ matrix.python-version }}"
1918
env:
2019
PYTHON: ${{ matrix.python-version }}
2120
steps:

0 commit comments

Comments
 (0)