Try pip user install and path update
This commit is contained in:
parent
487bdf9f16
commit
972ed4635a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -12,7 +12,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install protobuf-compiler
|
||||
pip3 install pipenv
|
||||
pip3 install --user pipenv
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
pipenv install --dev
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user