1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

pip install --upgrade pip

This commit is contained in:
Christian Clauss
2021-11-03 14:32:39 +01:00
committed by GitHub
parent 193210de49
commit 43182d97de

View File

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