mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-02-21 06:30:27 +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
|
- uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
- run: python -m pip install --upgrade pip
|
|
||||||
- run: python -m pip install --upgrade tox
|
- run: python -m pip install --upgrade tox
|
||||||
- run: tox
|
- run: tox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user