ci: pip{,3}

fix/readme-no-checkpoint
Konstantin Baierer 5 years ago committed by Gerber, Mike
parent 7b099352c0
commit 404fc707ae

@ -10,8 +10,8 @@ jobs:
steps: steps:
- run: apt-get update ; apt-get install -y make git curl python3-pip - run: apt-get update ; apt-get install -y make git curl python3-pip
- checkout - checkout
- run: make install - run: make install PIP_INSTALL="pip3 install"
- run: pip install -r requirements-test.txt - run: pip3 install -r requirements-test.txt
- run: make coverage - run: make coverage
- codecov/upload - codecov/upload

Loading…
Cancel
Save