Update CI build

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

View File

@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt install protobuf-compiler
pip install pipenv
pip3 install pipenv
pipenv install --dev
- name: Run tests
run: |