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
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt install protobuf-compiler pipenv
|
||||
sudo apt install protobuf-compiler
|
||||
pip install pipenv
|
||||
pipenv install --dev
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user