CI updates

This commit is contained in:
Daniel G. Taylor 2019-10-20 23:46:50 -07:00 committed by GitHub
parent 972ed4635a
commit 45a6da0fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: 3.7
- uses: dschep/install-pipenv-action@v1
- name: Install dependencies
run: |
sudo apt install protobuf-compiler
pip3 install --user pipenv
export PATH="$HOME/.local/bin:$PATH"
pipenv install --dev
- name: Run tests
run: |