mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-12-22 17:30:17 +00:00
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:
parent
3401ce65dd
commit
a45dbd8eca
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user