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 cfa1b6c commit d34f1c4Copy full SHA for d34f1c4
.github/workflows/ci.yml
@@ -46,3 +46,5 @@ jobs:
46
python-version: ${{ matrix.python-version }}
47
- run: pip install tox
48
- run: tox -v -- -v
49
+ env:
50
+ TOXENV: py${{ matrix.python-version }}-django${{ matrix.django }}
0 commit comments