From 09bde52a1e43702b1fa082c3a19af0947f56b68f Mon Sep 17 00:00:00 2001 From: Jules Lasne Date: Thu, 26 Nov 2020 15:25:28 +0100 Subject: [PATCH] Trying better format --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77cc1f1..d1de170 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,5 +36,5 @@ jobs: key: ${{ matrix.tox.python-version }}-${{ hashFiles('tox.ini') }}-${{ hashFiles('requirements-dev.txt') }} - name: Install tox run: python3 -m pip install tox - - name: Run tox + - name: Run tox on ${{ matrix.os }} for Python ${{ matrix.tox.py_version }} run: tox -q -p all -e ${{ matrix.tox.env }}