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

Replace command "pip" with "pip3"

This commit is contained in:
Sebastian Pipping
2023-06-18 23:08:17 +02:00
parent b2a895cb89
commit d2f2731481
3 changed files with 6 additions and 6 deletions

View File

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