We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0e6b2 commit f7f1ee9Copy full SHA for f7f1ee9
1 file changed
.github/workflows/main.yml
@@ -25,6 +25,8 @@ jobs:
25
timeout-minutes: 15
26
permissions:
27
contents: read
28
+ env:
29
+ TOXENV: ${{ matrix.name }}
30
steps:
31
- uses: actions/checkout@v4
32
with:
@@ -53,9 +55,7 @@ jobs:
53
55
pip install tox==4.26.0
54
56
57
- name: Run tox
- run: tox -e "${MATRIX_NAME}"
- env:
58
- MATRIX_NAME: ${{ matrix.name }}
+ run: tox
59
60
- name: Report coverage
61
if: contains(matrix.name, 'coverage')
0 commit comments