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 8df4f8e commit 7f1b5aeCopy full SHA for 7f1b5ae
.github/workflows/ci.yaml
@@ -13,6 +13,7 @@ jobs:
13
matrix:
14
python-version: ['2.7', '3.7', '3.8', '3.10']
15
runs-on: [ubuntu-latest]
16
+ container: python:${{ matrix.python-version }}
17
env:
18
PYTHON: ${{ matrix.python-version }}
19
steps:
0 commit comments