]> git.phdru.name Git - mimedecode.git/commitdiff
CI(GHActions): Show `tox` version
authorOleg Broytman <phd@phdru.name>
Sun, 18 Sep 2022 17:00:11 +0000 (20:00 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 18 Sep 2022 17:00:11 +0000 (20:00 +0300)
.github/workflows/run-tests.yaml

index d89de764c84a2d50bfcd18b34e75037d113bcd91..6cf885c06bfd704a5fc5022c2313aab8cd3f7319 100644 (file)
@@ -36,4 +36,6 @@ jobs:
           pip install --upgrade virtualenv tox tox-gh-actions
 
       - name: Run tox targets for ${{ matrix.python-version }}
-        run: tox
+        run: |
+          tox --version
+          tox