1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Merge pull request #615 from cclauss/patch-1

pip install -upgrade pip
This commit is contained in:
Ivan Malison
2021-11-03 08:27:17 -06:00
committed by GitHub

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