Skip to content

Commit 45a6da0

Browse files
CI updates
1 parent 972ed46 commit 45a6da0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12+
- uses: actions/setup-python@v1
13+
with:
14+
python-version: 3.7
15+
- uses: dschep/install-pipenv-action@v1
1216
- name: Install dependencies
1317
run: |
1418
sudo apt install protobuf-compiler
15-
pip3 install --user pipenv
16-
export PATH="$HOME/.local/bin:$PATH"
1719
pipenv install --dev
1820
- name: Run tests
1921
run: |

0 commit comments

Comments
 (0)