Skip to content

Commit 2111890

Browse files
authored
Use latest version of pip when running tests
1 parent adc0f2d commit 2111890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python package
1+
name: Run Tests
22

33
on: [push]
44

@@ -19,6 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
2121
run: |
22+
pip install pip==20.0.2
2223
pip install -r requirements.txt
2324
python setup.py bdist_wheel
2425
pip install dist/*.whl

0 commit comments

Comments
 (0)