We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44367b commit 437db6bCopy full SHA for 437db6b
.github/workflows/ci.yaml
@@ -12,9 +12,10 @@ jobs:
12
strategy:
13
matrix:
14
python-version: ['2.7', '3.7', '3.8', '3.10']
15
+ container: ["python:2.7", "python:3.7", "python:3.8", "python:3.10"]
16
runs-on: [ubuntu-latest]
17
container:
- image: 'python:${{ matrix.python-version }}'
18
+ image: ${{ matrix.containert }}
19
env:
20
PYTHON: ${{ matrix.python-version }}
21
steps:
0 commit comments