1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

pip install -upgrade pip

This commit is contained in:
Christian Clauss
2021-11-03 14:30:37 +01:00
committed by GitHub
parent e05ebca5e5
commit 193210de49

View File

@@ -30,7 +30,8 @@ jobs:
- name: Install project dependencies
run: |
python -m pip install -U pip codecov tox tox-gh-actions
pip install -upgrade pip
pip install codecov tox tox-gh-actions
- name: Run tests with tox
run: tox