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 18dfa77 commit 2059a06Copy full SHA for 2059a06
.github/workflows/ci.yaml
@@ -12,10 +12,9 @@ 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:
18
- image: ${{ matrix.containert }}
+ image: "python:${{ matrix.python-version }}"
19
env:
20
PYTHON: ${{ matrix.python-version }}
21
steps:
0 commit comments