Skip to content

Commit 5b2340b

Browse files
committed
Fix GHA file
1 parent 2ea33b2 commit 5b2340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
fi
6767
echo TOX_PYTHON=$V >>$GITHUB_ENV
6868
- run: pip install tox
69-
run: tox -e ${{ env.TOX_PYTHON }}-${{ matrix.deps }}
69+
- run: tox -e ${{ env.TOX_PYTHON }}-${{ matrix.deps }}
7070
- if: ${{ always() }}
7171
run: python debug-info.py

0 commit comments

Comments
 (0)