CI updates
This commit is contained in:
parent
972ed4635a
commit
45a6da0fad
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -9,11 +9,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- uses: actions/setup-python@v1
|
||||||
|
with:
|
||||||
|
python-version: 3.7
|
||||||
|
- uses: dschep/install-pipenv-action@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install protobuf-compiler
|
sudo apt install protobuf-compiler
|
||||||
pip3 install --user pipenv
|
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user