Skip to content

Commit 58ee348

Browse files
committed
upgrade pip
1 parent a7a9ca3 commit 58ee348

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828

2929
- name: Install python dependencies
3030
run: |
31-
sudo -H pip install wheel build tox
32-
sudo -H pip install .[dev]
31+
pip install --upgrade pip
32+
pip install wheel build tox
33+
pip install .[dev]
3334
3435
- name: Determine pyenv
3536
id: pyenv

0 commit comments

Comments
 (0)