]> git.phdru.name Git - mimedecode.git/commitdiff
CI(GHActions): Come back to `pip`
authorOleg Broytman <phd@phdru.name>
Mon, 30 Aug 2021 06:46:11 +0000 (09:46 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 30 Aug 2021 06:46:11 +0000 (09:46 +0300)
.github/workflows/run-tests.yaml

index efd8361f61bcbce6653aba56339a5cb55e15075f..2ad48f7468a68ce24e9957afe2daa73ffae8550b 100644 (file)
@@ -28,7 +28,6 @@ jobs:
           python --version
           python -m pip install --upgrade "pip<21.0" "setuptools<45" wheel
           pip --version
-          python -m pip --version
-          python -m pip install --upgrade virtualenv tox tox-gh-actions
+          pip install --upgrade virtualenv tox tox-gh-actions
       - name: Run tox targets for ${{ matrix.python-version }}
         run: python -m tox