Skip to content

Commit 8af006a

Browse files
committed
CI: fix TOXENV definition
1 parent 13fd8ae commit 8af006a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Run
35+
env:
36+
TOXENV: ${{ matrix.toxenv }}
3537
run: |
3638
pip install -U tox
37-
tox -e ${{ matrix.toxenv }}
39+
tox

0 commit comments

Comments
 (0)