Skip to content

Commit f7f1ee9

Browse files
authored
Simplify tox environment (#1215)
1 parent 6c0e6b2 commit f7f1ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
timeout-minutes: 15
2626
permissions:
2727
contents: read
28+
env:
29+
TOXENV: ${{ matrix.name }}
2830
steps:
2931
- uses: actions/checkout@v4
3032
with:
@@ -53,9 +55,7 @@ jobs:
5355
pip install tox==4.26.0
5456
5557
- name: Run tox
56-
run: tox -e "${MATRIX_NAME}"
57-
env:
58-
MATRIX_NAME: ${{ matrix.name }}
58+
run: tox
5959

6060
- name: Report coverage
6161
if: contains(matrix.name, 'coverage')

0 commit comments

Comments
 (0)