Skip to content

Commit ff05b1c

Browse files
committed
ci: use installed pip
Upgrading pip unnecessarily can be disruptive, e.g. when pip 20 breaks [1]. This makes it more predictable, and a bit faster also. 1: pypa/pip#7620
1 parent a52f791 commit ff05b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
python-version: ${{ matrix.python }}
123123
- name: Install dependencies
124124
run: |
125-
python -m pip install --upgrade pip
125+
pip --version
126126
pip install tox coverage
127127
128128
- name: Test without coverage

0 commit comments

Comments
 (0)