From 487bdf9f16bc0f2efc6ce60c6f1e13789a48000c Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Sun, 20 Oct 2019 23:32:09 -0700 Subject: [PATCH] Update CI build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66595d5..9935f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Install dependencies run: | sudo apt install protobuf-compiler - pip install pipenv + pip3 install pipenv pipenv install --dev - name: Run tests run: |