Fix CI dependency install
This commit is contained in:
parent
f4389a29ec
commit
1fd24f74fc
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -11,7 +11,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install protobuf-compiler pipenv
|
sudo apt install protobuf-compiler
|
||||||
|
pip install pipenv
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user