1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +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 - name: Install project dependencies
run: | 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 - name: Run tests with tox
run: tox run: tox