]> git.phdru.name Git - mimedecode.git/blobdiff - .github/workflows/run-tests.yaml
CI(GHActions): Show `tox` version
[mimedecode.git] / .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