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.
This commit is contained in:
dgelessus 2020-01-19 19:59:42 +01:00
parent 3401ce65dd
commit a45dbd8eca
1 changed files with 0 additions and 1 deletions

View File

@ -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