Fix CI dependency install

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

View File

@ -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: |