From 1fd24f74fc6e87cb1b1b43c25c60495a81435be7 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Sun, 20 Oct 2019 23:26:48 -0700 Subject: [PATCH] Fix CI dependency install --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7800586..66595d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |