Skip to content

Commit 93129cb

Browse files
committed
ci.yml: remove pip upgrade
pip will be upgraded in the venv so there's no need to upgrade it before making the venv.
1 parent 383e76f commit 93129cb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
run: |
1717
sudo apt update
1818
sudo apt install python3-venv make
19-
python -m pip install --upgrade pip
2019
make dev
2120
- name: Lint
2221
run: |
@@ -39,7 +38,6 @@ jobs:
3938
run: |
4039
sudo apt update
4140
sudo apt install python3-venv make
42-
python -m pip install --upgrade pip
4341
make dev
4442
- name: Test
4543
run: |

0 commit comments

Comments
 (0)