From a45dbd8ecaf57c7f302f72117e49438df70f38df Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sun, 19 Jan 2020 19:59:42 +0100 Subject: [PATCH] Remove upgrade of pip from CI workflow The GitHub Actions environment clearly has a working pip pre-installed, and it's unlikely that this project relies on any extremely new features. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ae7aa2..c0cf601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,5 @@ jobs: - uses: actions/setup-python@v1 with: python-version: "3.8" - - run: python -m pip install --upgrade pip - run: python -m pip install --upgrade tox - run: tox