Try pip user install and path update

This commit is contained in:
Daniel G. Taylor 2019-10-20 23:36:47 -07:00 committed by GitHub
parent 487bdf9f16
commit 972ed4635a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt install protobuf-compiler sudo apt install protobuf-compiler
pip3 install pipenv pip3 install --user pipenv
export PATH="$HOME/.local/bin:$PATH"
pipenv install --dev pipenv install --dev
- name: Run tests - name: Run tests
run: | run: |